CSV to TSV

CSV to TSV lets you convert CSV separators to tabs with quoting for tabs and embedded newlines. Enter your own values or load the worked example.

Method and calculation

Convert CSV separators to tabs with quoting for tabs and embedded newlines.

Inputs and settings

CSV to TSV accepts CSV.

Worked example

CSV to TSV example — CSV: "name,score\nAlice,80\nBob,90". Computed output: name score Alice 80 Bob 90

Output and limitations

Tabs make table data convenient to paste into spreadsheets without confusing commas inside addresses. Fields containing tabs, double quotes or embedded newlines remain quoted. Cells beginning with formula triggers receive an apostrophe to prevent accidental spreadsheet formula evaluation.

Technical references: RFC 4180 CSV format

CSV to TSV FAQs

CSV to TSV applies the following rule to your input: Convert CSV separators to tabs with quoting for tabs and embedded newlines. The worked example on this page uses the same processor as the result button.
CSV to TSV has these boundaries: Input is treated as plain text; it is never executed. Start by checking the csv field against the units or format shown.
CSV to TSV provides this sample: name score Alice 80 Bob 90. Use the sample button to reproduce it, then replace the inputs with your own values.