CSV to TSV Converter

undefined


What this tool does

undefined

How it works

Quoted fields, embedded delimiters and multi-line quoted values are parsed correctly for CSV, then re-emitted in TSV form (tab-separated fields cannot contain literal tabs or newlines, so those are replaced with a single space).

Frequently asked questions

What happens to tabs or newlines inside a field when converting to TSV?
They are replaced with a single space, since TSV has no quoting convention to escape them.