TSV to CSV

TSV to CSV lets you parse tab-separated cells and serialize them as comma-separated CSV. Enter your own values or load the worked example.

Method and calculation

Parse tab-separated cells and serialize them as comma-separated CSV.

Inputs and settings

TSV to CSV accepts Tab-separated table.

Worked example

TSV to CSV example — Tab-separated table: "name\tscore\nAlice\t80\nBob\t90". Computed output: name,score Alice,80 Bob,90

Output and limitations

CSV output can be exchanged with importers that expect commas rather than literal tab separators. Quoted tabs and multiline cells are parsed as field content. Row widths must agree; inconsistent exports should be corrected before conversion rather than silently shifted into wrong columns.

Technical references: RFC 4180 CSV format

TSV to CSV FAQs

TSV to CSV applies the following rule to your input: Parse tab-separated cells and serialize them as comma-separated CSV. The worked example on this page uses the same processor as the result button.
TSV to CSV has these boundaries: Input is treated as plain text; it is never executed. Start by checking the tab-separated table field against the units or format shown.
TSV to CSV provides this sample: name,score Alice,80 Bob,90. Use the sample button to reproduce it, then replace the inputs with your own values.