Skip to content
ZeroServer.tools

CSV Viewer

View, search, and sort CSV data as an interactive table — 100% client-side.

Drop a CSV file or click to browseDelimiter is auto-detected from the first line
Delimiter:Comma (,) (auto)
5 of 5 rows
Alice30New Yorktrue
Bob25Londonfalse
Carol35Tokyotrue
David28Berlintrue
Eve42Sydneyfalse

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.

Recommended: IndieKit Ship your Next.js startup in days.affiliate

Related Developer Utilities tools