Toolzy

CSV to TSV

Convert comma-separated values into tab-separated values.

Input
Output

Paste CSV data and get tab-separated output. Quoted fields with commas are parsed correctly.

How to use

  1. Paste your CSV data into the input box.
  2. The tab-separated result appears on the right.
  3. Copy the TSV output with the Copy button.

Frequently asked questions

How are quoted fields handled?
Fields wrapped in quotes keep their commas; the values are unquoted in the TSV output.
What happens to tabs inside data?
Any tab characters inside a field are replaced with spaces to keep columns aligned.

Related tools