CSV Viewer & Converter
View CSV as an interactive table, filter rows, and convert between CSV and JSON. Delimiter-aware parsing.
Render a CSV (or TSV) as a filterable, searchable table — the RFC 4180 parser handles the edge cases that trip up naive splitters: commas and newlines inside quoted fields, doubled-quote escapes, Windows or Unix line endings, and a UTF-8 BOM. Convert losslessly between CSV and JSON in one click. Useful for previewing data exports before importing somewhere, sanity-checking output from a script, and pulling a quick view of customer or analytics data. The CSV stays on your device — parsing runs on a small hand-written state machine in the browser.
Next steps
JSON Formatter
RecommendedInstantly format, validate, or minify JSON — spot errors in seconds.
XML Formatter
RecommendedBeautify, validate, and minify XML. Convert between XML and JSON.
YAML Formatter
Format, validate, and convert YAML — with JSON ↔ YAML conversion.
Diff Checker
Spot every change between two texts with side-by-side highlighting.
CSV Viewer & Converter
Common Use Cases
Inspecting database dumps
Paste a SELECT export from Postgres or MySQL and read the rows in a real table without launching Excel.
Spreadsheet to API conversion
Convert a CSV from a Google Sheet into a JSON array ready to import into a Postman collection or a fixture file.
JSON-to-CSV for stakeholders
Turn a JSON API response into CSV so a non-technical teammate can open it in their spreadsheet of choice.
Filtering test fixtures
Use the live row filter to pull only matching rows out of a 10,000-row test fixture, then export just that slice.
Frequently Asked Questions
Advertisement