Tools

TSV to CSV

Convert TSV to CSV in your browser. Input is tab-separated; output is comma-separated. Nothing is uploaded.

Paste a table, then Convert to CSV.

How to use the TSV to CSV

  1. Paste TSV or open a .tsv file.
  2. Click Convert to CSV. Input delimiter is tab.
  3. Download data.csv.

Forced tabs in

Unlike CSV to TSV, this page does not guess comma vs tab on the way in. Cells that contain commas are quoted on the way out so spreadsheet apps keep one column.

Nothing is uploaded

Local rewrite. Same size caps as the cleaner.

TSV to CSV FAQ

Does this trim cells?

No. Use the CSV cleaner after if you need trim and ISO dates.

JSON instead?

Use TSV to JSON for an array of objects.

Related tools