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