ToolBuddy
In Browser

CSV ↔ TSV

Convert comma-separated values to tab-separated values and back, preserving quoted fields. A small delimiter swap for dumps you would rather not paste into a spreadsheet SaaS.

Runs in your browser. Nothing is uploaded.

Direction

0 characters · 0 lines

0 characters · 0 lines

About this tool

Swap comma-separated values for tab-separated values while keeping quoted fields intact. Useful when a dump needs to paste into a console that treats commas as arguments, or the reverse for a spreadsheet.

How to use: paste CSV, pick CSV → TSV, copy. Reverse for TSV → CSV. Newlines inside quotes survive. Empty input yields empty output rather than a phantom header.

Example: id,name becomes id\tname. A column that contains a comma stays quoted on the CSV side. This is a delimiter tool, not a type inference engine.

Parsing is local. Related: JSON ↔ CSV if you needed objects. After load, conversion works offline.

Related Convert tools