CSV to TSV Converter
Convert comma-separated CSV data to tab-separated TSV, entirely in your browser.
CSV Input
TSV Output
Quoted CSV fields are parsed correctly, then re-serialized with tabs between columns; any literal tabs within a field are escaped so the row structure stays intact.
Frequently asked questions
How do I convert CSV to TSV online?
Paste CSV data and click Convert. Each comma-separated row is re-written using tabs as the column separator.
What happens to fields that already contain a tab character?
Any literal tab characters inside a field are replaced with a space, so they can't be mistaken for a column separator in the TSV output.