00data
TSV
Tab-Separated Values
TSV is CSV with tabs instead of commas, which removes the single most common source of CSV breakage: fields that themselves contain commas. Bioinformatics tools, older Unix pipelines and several database bulk-loaders prefer it for that reason.
- Extensions
- .tsv .tab
- MIME type
- text/tab-separated-values
01 Convert TSV to something else
02 Convert something else to TSV
03 Related formats
Opening a .tsv file
If you landed here because something handed you a .tsv file and
nothing on your machine will open it, converting it to a format you already have a
reader for is usually faster than installing new software. Every conversion above runs
in this browser — the file is not uploaded, so it works on a locked-down work machine
and on a file you are not allowed to send anywhere.