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
- Paste your CSV data into the input box.
- The tab-separated result appears on the right.
- 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.