AZ Tools

CSV Viewer & Sorter

Text

Paste CSV or load a .csv / .tsv file and see it as a real table — click any column header to sort, type in the search box to filter rows, and the row / column counts update live. Handles quoted CSV cells, tab and semicolon separators, header detection, and auto-delimiter detection. Useful for poking at exports without opening Excel or Sheets.

5 rows · 5 cols

Click a column header to sort. Click again to reverse, once more to clear.

1AliceEngineer2024-01-1587.5
2BobDesigner2023-08-2292.0
3CarolPM2025-03-0479.3
4DavidEngineer2022-11-3088.1
5EveDesigner2024-06-1090.4

How to use

  1. Paste CSV in the box, or use Load file for a .csv / .tsv.
  2. Toggle 'first row is header' if needed.
  3. Click a column header to sort (click again to reverse, third click clears).
  4. Type in the search box to filter rows.

Frequently asked questions

How is the delimiter detected?
Auto-mode counts tabs, commas, pipes, and semicolons on the first non-empty line and picks the most common one. For mixed data, pick the delimiter explicitly.
Does sorting handle numbers?
Yes — when both sides of a comparison are numeric, the sort uses numeric ordering. Mixed or non-numeric columns fall back to localeCompare.
Is the file uploaded?
No. Parsing and sorting happen in the browser. Even Load file just reads the file locally via FileReader.
What's the row limit?
Bound by browser memory. Tens of thousands of small rows render smoothly; millions may be slow because the table renders all rows.

Related tools