Convert tab-separated values to CSV with proper quoting for fields containing commas or quotes. TSV to CSV is a free online tool from the ToolsRift Code Formatters collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.
Any field containing a comma, double quote or line break is wrapped in double quotes, and inner quotes are doubled, following the standard CSV escaping rules.
No. Only the delimiter and escaping change. Every value from the TSV appears unchanged in the corresponding CSV cell.
Spreadsheets and databases often export or copy as tab-separated text. This tool turns that into comma-separated CSV for wider compatibility.