Convertur

Convert TSV to CSV

Convert tab-separated (TSV) files into comma-separated CSV — parsed locally with proper escaping, nothing uploaded.

Loading tool…

What is TSV?

TSV (tab-separated values) is like CSV but uses tab characters between columns — common in database and spreadsheet exports where values contain commas.

Why convert TSV to CSV?

Many tools and import dialogs expect commas, not tabs. Converting to CSV makes the data portable to Excel, Sheets, and standard CSV parsers.

How the conversion works

Convertur splits each row on tabs and re-serialises it as CSV, wrapping any value that contains a comma, quote, or newline in quotes.

How to tsv to csv

  1. Drop a .tsv file into the zone above, or paste tab-separated text.
  2. Press Convert to reformat it locally in your browser.
  3. Preview the CSV, then download it.

Related converters

TSV to CSV — FAQ