Über TSV-Dateien
TSV (Tab-Separated Values)
Das TSV-Format ist eine Dateispezifikation, die in verschiedenen professionellen und privaten Kontexten verwendet wird. Wandle TSV-Dateien online und kostenlos zu anderen kompatiblen Formaten mit dem KaijuConverter um — keine Anmeldung, keine Software-Installation, sicher und privat. Die Verarbeitung erfolgt in der Cloud mit Verschlüsselung während der Übertragung und automatischer Löschung nach zwei Stunden.
Familie
Spreadsheets & Data
Erweiterung
.tsv
MIME-Typ
text/tab-separated-values
Kann verwendet werden als
WIE DAS
FORMAT TSV ENTSTAND.
TSV — Tab-Separated Values — is CSV’s simpler cousin. The convention predates any formal spec: Unix tools in the 1970s already used tabs as delimiters because tabs virtually never appear inside data, while commas frequently do (in names, addresses, prices). IANA registered `text/tab-separated-values` as an official MIME type in 1993, codifying a habit that had existed for two decades.
TSV is the default of choice when data might contain commas. It’s the standard output format of database dumps (`SELECT ... INTO OUTFILE ... FIELDS TERMINATED BY '\t'` in MySQL), UCSC genomics data, and most bioinformatics pipelines. Excel and Google Sheets open TSV cleanly without the quoting ambiguity that plagues CSV.
WISSENSWERTES UND
INTERESSANTE FAKTEN.
TSV was used informally in Unix for 20 years before IANA registered the MIME type in 1993.
Bioinformatics pipelines (UCSC Genome Browser, ENCODE) use TSV almost exclusively — genomic coordinates rarely contain tabs, always contain commas.
Google Sheets' "download as TSV" option produces clean output without CSV's quoting headaches.
MySQL's default MYSQLDUMP output uses tab delimiters, making TSV the native database-export format.
The tab character (ASCII 9) almost never appears in real-world data — which is the entire point.
VORTEILE UND
EINSCHRÄNKUNGEN.
Vorteile
- No quoting needed — tabs in data are astronomically rare.
- Simpler parser than CSV.
- Preferred by databases, bioinformatics, and scientific pipelines.
- Opens cleanly in every spreadsheet app.
- Plain text, grep-friendly, diffable.
Einschränkungen
- Tabs can be invisibly replaced with spaces by text editors.
- Carriage returns inside fields require escaping conventions.
- Less ubiquitous than CSV in business/consumer workflows.
- No metadata, no schema, no type information.
Typische Dateigrößen
Small data export
1-50 KB
Typical database dump
1-500 MB
Genome annotation file
100 MB - 50 GB
Technische Spezifikationen
- MIME type
- text/tab-separated-values
- Extensions
- .tsv, .tab
- Standard
- IANA registration (1993), IETF RFC unofficial
- Delimiter
- Tab (ASCII 9)
- Encoding
- UTF-8 (convention)
UMWANDELN VON
TSV
Häufige Anwendungsfälle
Scientific data, linguistics, database exports, bioinformatics.
Verwandte Formate
Beliebte Vergleiche
TSV vs TXT
Unterschiede, Dateigröße und wann jedes Format zu wählen ist.
TSV vs JSON
Unterschiede, Dateigröße und wann jedes Format zu wählen ist.
TSV vs JPG
Unterschiede, Dateigröße und wann jedes Format zu wählen ist.
TSV vs PNG
Unterschiede, Dateigröße und wann jedes Format zu wählen ist.
TSV vs PDF
Unterschiede, Dateigröße und wann jedes Format zu wählen ist.
TSV vs HTML
Unterschiede, Dateigröße und wann jedes Format zu wählen ist.
Beliebte TSV-Umwandlungen
Die meistgesuchten Ziele beim Umwandeln von TSV-Dateien.
Häufig gestellte Fragen zu TSV
Häufig gestellte Fragen
TSV (TSV (Tab-Separated Values)) is a spreadsheet Format used to store tabular data in rows und columns, typically mit multiple sheets per workbook, cell Formatting, formulas, und optional charts. It is part des spreadsheets & data family und is the native Format eines specific spreadsheet Anwendung.
Excel, Google Sheets, LibreOffice Calc, und Apple Numbers handle most TSV Dateien mit hoch fidelity. für einfach one-off viewing, Google Sheets und the Office web apps öffnen TSV in der Browser ohne installing anything. umwandeln to XLSX oder CSV first if your target tool is strict about Formate.
Upload the TSV to KaijuConverter und pick XLSX, CSV, ODS, TSV, oder PDF. Our LibreOffice-based pipeline reads the sheet data, preserves cell types (numbers, dates, strings), und writes a clean target file. Multi-sheet workbooks come back als ein single multi-sheet export oder a ZIP von per-sheet CSVs depending on target.
When umwandelnd between spreadsheet Formate that support formulas (XLSX, ODS), formulas transfer mit function-name translation. When umwandelnd to CSV, formulas resolve to their cached evaluated value (open the source in Excel once to force evaluation if you suspect stale cache).