CSV to JSON Converter
CSV to JSON Converter online: fast, private and free for everyday document work.
Convert tab-separated values into proper CSV in your browser, with RFC 4180 quoting — comma fields are quoted and internal quotes are doubled.
Your browser is preparing the tool. It runs 100% locally.
Paste tab-separated values and get CSV. Each line becomes a row, split on tabs, then rejoined with commas. The tool applies proper RFC 4180 quoting: a field with a comma or a quote is wrapped in double quotes, and any double quote inside a field is doubled. It runs entirely in your browser.
This converts TSV — tab-separated values — into CSV. Each tab marks a column, so every line is split on tabs and the fields are rejoined with commas.
Because commas are common in text, the tool quotes any field that contains a comma or a double quote and doubles internal quotes, following RFC 4180. That keeps your data unambiguous as CSV.
Paste or type your tab-separated text. Each line is one record.
Each line is split on tab characters into fields, then the fields are joined with commas.
A field containing a comma or a quote is wrapped in double quotes, with internal quotes doubled. Copy or download the CSV — all in your browser.
Each line = one CSV row
Split each line on a tab character
Join the fields with commas
A field with a comma or quote is wrapped, and internal quotes are doubledA tab-separated line of name then age becomes name,age. A value containing a comma is wrapped in double quotes, and a value that already contains a quote has that quote doubled, per RFC 4180.TSV does not allow a tab inside a field, so every tab is a genuine column break.
Your TSV is processed entirely in your browser — there is no server and nothing is uploaded.
The data never leaves your device, so even sensitive records stay private.
No account, no stored copy; the conversion is gone when you close the tab.
| Input | TSV (tab-separated) |
|---|---|
| Column break | Tab character |
| Output | CSV (.csv) |
| Quoting | RFC 4180 (quotes doubled) |
| Field tabs | Not allowed in TSV |
| Standard | RFC 4180 output |
| Processing | 100% in-browser |
Splitting is on the tab character only, which suits true TSV — a format that does not allow a tab inside a field. If your data has stray tabs inside values, those will be read as extra columns.
Quoting follows RFC 4180. A field with a comma or a quote is wrapped in double quotes, and any double quote inside it is doubled, so the resulting CSV is unambiguous.
Each line is treated as one record. TSV does not allow a line break inside a field, so multi-line values are not supported.
Numbers and text are passed through unchanged; only the delimiter and quoting change.
Convert tab-separated data copied or exported from a spreadsheet into CSV.
Turn a tab-delimited query result into a CSV file.
Feed a CSV-only tool from a TSV source.
Move from tabs to CSV without breaking values that contain commas.
If your columns are separated by spaces rather than tabs, use the text to CSV converter. To view CSV as a table, use the CSV viewer.
Splits each line on tabs and rejoins with commas, applying RFC 4180 quoting: a field containing a comma or a double quote is wrapped, and internal quotes are doubled. Runs entirely in your browser. TSV does not allow a tab inside a field, so each tab is a clean column break.
CSV to JSON Converter online: fast, private and free for everyday document work.
Convert with JSON to CSV Converter, preserving structure and data, with zero uploads.
Markdown to HTML in seconds — accurate, free and processed locally in your browser.
Convert with CSV to Excel Converter, preserving structure and data, with zero uploads.
Excel to CSV Converter online: fast, private and free for everyday document work.
Convert with Excel to JSON Converter, preserving structure and data, with zero uploads.
It is free, private and runs entirely in your browser — no sign-up, no uploads, no limits.