CSV Viewer
View, search, and sort CSV data as an interactive table — 100% client-side.
| Alice | 30 | New York | true |
| Bob | 25 | London | false |
| Carol | 35 | Tokyo | true |
| David | 28 | Berlin | true |
| Eve | 42 | Sydney | false |
How the CSV Viewer works
Paste CSV (or TSV) text, or drop a file, and it's parsed instantly into an interactive table — entirely in your browser, nothing is uploaded anywhere. The delimiter (comma, tab, semicolon, or pipe) is auto-detected from the first line, or you can force one with the buttons above. Parsing follows RFC 4180, so quoted fields containing commas, quotes, or newlines are handled correctly.
Click any column header to sort ascending, click again for descending, and a third click returns to the original row order. Sorting is numeric-aware — columns that look like numbers sort numerically rather than alphabetically. Use the filter box to instantly narrow rows to ones containing your search text across all columns. The current sorted/filtered view can be copied or downloaded as CSV, or downloaded as a JSON array.
Need to transform the data instead of just viewing it? Try CSV to JSON, JSON to CSV, or CSV to YAML.
Private & free — this tool runs entirely in your browser.