Text & Writing Utilities · Free tool
CSV Viewer
Drop any CSV and see it rendered as a sortable, searchable table in your browser. No upload — data never leaves the page.
Updated April 2026
Delimiter
Rows
5
Columns
4
Delimiter
Comma
| name | age | city | |
|---|---|---|---|
| Ada Lovelace | 36 | London | ada@example.com |
| Alan Turing | 41 | Manchester | alan@example.com |
| Grace Hopper | 79 | New York, NY | grace@example.com |
| Katherine Johnson | 101 | Hampton | katherine "kat" johnson@example.com |
What it does
Drop a CSV and see it rendered as a clean, sortable, searchable table — no spreadsheet app needed. The viewer handles quoted fields, embedded commas, newlines inside cells, and a detected delimiter (comma, semicolon, tab). Nothing is uploaded; parsing runs in your browser.
Great for sanity-checking an export before you import it, previewing a dataset someone emailed you, or confirming the delimiter is what you expect. If the file needs cleanup, run it through CSV cleaner; to convert it, try CSV to JSON or TSV to CSV.
How to use it
- Drop a .csv file or paste CSV text.
- Confirm the detected delimiter (comma / semicolon / tab).
- Use the search box to filter, or click a header to sort.
- Scan the row and column counts at the top of the table.