PB
Available
swap_horiz
lock Free · Private · In-Browser

TSV to CSV Converter

Turn tab-separated values into properly quoted CSV.

Tabs into commas, safely

Converting tab-separated data to CSV is not just swapping tabs for commas — any field that already contains a comma or quote must be escaped, or the CSV breaks. This tool does it properly.

It splits each line on tabs and rebuilds it as valid CSV, quoting and escaping fields as needed. Paste a spreadsheet export and get clean, correct CSV back.

Correct and private

The conversion runs in your browser, so your data is never uploaded.

Frequently Asked Questions

What is TSV?

Tab-separated values — like CSV but using tabs between fields. It is a common export format from spreadsheets and databases.

Does it quote fields?

Yes. Any field containing a comma, quote, or line break is wrapped in quotes and its quotes doubled, per CSV rules.

Can I copy the CSV?

Yes. The result is shown and one click copies it.

Take it further
All Free Tools

Browse the full set of free, private, in-browser tools.

Learn More arrow_forward