TSV to CSV Converter
Runs in your browser — your files are never uploaded.
Convert tab-separated values into a standard comma-separated file. OkConverter parses your TSV and re-serializes it as RFC 4180 CSV, quoting any value that contains a comma, quote or line break. Everything runs locally in your browser — your data is never uploaded.
How to convert TSV to CSV
- 1
Drop your .tsv file onto the box, or click to choose one.
- 2
OkConverter parses the tab-separated fields and re-encodes them as CSV.
- 3
Click "Download" to save your .csv file.
Share
Embed this tool on your site
Paste this where you want the tool to appear. It runs entirely in your visitor's browser — no uploads, no account, no tracking.
Please keep the attribution line — it's what keeps these tools free.
Need a different size, a dark theme, or a different tool? Build an embed lets you preview it first.
Frequently asked questions
Can I open the result in Excel or Google Sheets?+
Yes — the output is standard RFC 4180 CSV, which every spreadsheet app imports directly. Values containing commas, quotes or line breaks are automatically quoted so the columns line up correctly.
What about values containing commas?+
They are automatically wrapped in quotes so the CSV stays valid, following the RFC 4180 standard.
Is my header row preserved?+
Yes. The first row is carried through unchanged, just re-encoded with commas instead of tabs.
Are my files uploaded?+
No. The conversion runs entirely in your browser on your device — your TSV is never uploaded.