Source .tsv
TSV
The tab-delimited cousin of CSV, which never has to escape a comma.
- Compression
- Lossy
- Transparency
- Not supported
- Keeps
- The exact field boundaries even when values contain commas
- Gives up
- Types and multi-sheet structure
Data converter
Turn TSV files into CSV without installing anything. The target format on this page is already set to CSV, so a single file or a whole folder is one press of Convert away.
TSV CSV
Files travel over TLS and are deleted from the server as soon as the conversion finishes.
TSV is the tab-delimited cousin of CSV, which never has to escape a comma. CSV is comma-separated plain text — one table, no types, readable by everything.
Records are read out of the TSV with their structure intact and written as CSV, so this is a real parse rather than a text substitution — quoting, escaping and character encoding are all handled for you. The CSV you get back keeps the header row and every value as text, and gives up formulas, formatting, multiple sheets and column types. The thing to check before you rely on the output is typing: dates, leading zeros and very large integers are where formats disagree.
How it goes3 steps
What each side of this conversion is good at, so you know what you are trading away.
Source .tsv
The tab-delimited cousin of CSV, which never has to escape a comma.
Result .csv
Comma-separated plain text — one table, no types, readable by everything.
Other routes in and out of these formats.