CSV to TSV Converter
Paste CSV below, or drop a .csv file, to switch the delimiter from commas to tabs.
Some tools — particularly older data-import scripts and certain database bulk-loaders — expect tab-separated values instead of commas, especially when your data itself contains commas. This switches the delimiter without touching your data.
CSV input
Drop a .csv file here, or paste text into the box below
TSV output
Common questions
Does this upload my file anywhere?
No. Conversion runs entirely in your browser. Your file never leaves your device.
What happens to fields that already contain a tab character?
Those fields are wrapped in quotes in the TSV output so the tab doesn't get mistaken for a column break.
Does it handle quoted commas in the source CSV?
Yes. Quoted fields with embedded commas are parsed correctly before being re-joined with tabs.