JSON CSV Converter
Convert between JSON and CSV table data.
Paste or upload CSV / TSV data and view it as a sortable, searchable table.
CSV Viewer renders comma-separated, tab-separated, or other delimited data as an interactive table directly in your browser.
Sort by any column, filter rows by keyword, paginate through large datasets, and export to JSON — all without uploading your data to any server.
CSV (comma-separated), TSV (tab-separated), semicolon-separated, and pipe-separated formats are all supported. Uploading a .tsv file automatically switches the delimiter to tab.
Yes. The built-in parser is RFC 4180 compliant — it correctly handles commas inside quoted fields, escaped double quotes, and multi-line fields.
Yes. Pagination (20 / 50 / 100 / 500 rows per page) keeps performance smooth even with thousands of rows.
No. All parsing and display happens entirely in your browser. Uploaded file contents are never transmitted anywhere.