Convert comma-separated values (CSV) to tab-separated values (TSV).
TSV will appear here.
TSV uses tabs instead of commas. This can be easier to paste into spreadsheets or tools that treat commas as data.
Input: name,age Ada,37 Output: name\tage Ada\t37
1. Paste CSV text into the input.
2. Click Convert to get TSV output.