Input
TSVTSV
Output
CSVCSV
Frequently Asked Questions
How do I use TSV ⇄ CSV?
Step 2 — the tool converts it to CSV in real time on the right. Step 3 — to go the other way, paste CSV on the right; the tool parses it and outputs Tab-separated text on the left.
What can TSV ⇄ CSV do?
Typical scenarios: Data engineers working in bioinformatics or log analysis (TSV-heavy fields) need CSV for Excel analysis; TSV data produced by Python, R or command-line tools is turned into CSV for team collaboration; CSV test data is…
Is my data private when I use TSV ⇄ CSV?
Privacy: All conversion runs locally in your browser and no data is uploaded, so it is safe to use with internal business tables and log data. Privacy: All conversion runs locally in your browser and no data is uploaded, so it is safe to use with internal business tables and log data.
What technical details should I know about TSV ⇄ CSV?
The tool only changes the delimiter, not the content. Output uses CRLF newlines.