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.
Click a column header to sort. Click again to reverse, once more to clear.
| 1 | Alice | Engineer | 2024-01-15 | 87.5 |
| 2 | Bob | Designer | 2023-08-22 | 92.0 |
| 3 | Carol | PM | 2025-03-04 | 79.3 |
| 4 | David | Engineer | 2022-11-30 | 88.1 |
| 5 | Eve | Designer | 2024-06-10 | 90.4 |
How to use
- Paste CSV in the box, or use Load file for a .csv / .tsv.
- Toggle 'first row is header' if needed.
- Click a column header to sort (click again to reverse, third click clears).
- 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
URL Slug Generator
Turn any text into a clean URL slug — strip accents, choose a separator, set a max length.
Markdown Table Generator
Paste CSV, TSV, or pipe-delimited data and get a properly aligned GitHub-flavored Markdown table.
Text Diff Viewer
Compare two pieces of text and see line-by-line or word-by-word additions and removals.
Lorem Ipsum Generator
Generate placeholder text by paragraphs, sentences, or words.
Case Converter
Convert text between UPPER, lower, Title, camelCase, snake_case and more.
Character & Word Counter
Count characters, words, sentences, lines, and bytes in real time.