- TSV → CSVConvert TSV to CSVTurn a tab-separated file into a comma-separated one in your browser, with control over quoting, line endings and the byte order mark. Nothing is uploaded.
- CSV → TSVConvert CSV to TSVRead a comma-separated file, quotes and all, and write it back out separated by tabs. Runs entirely in your browser.
- TSV → JSONConvert TSV to JSONTurn a tab-separated table into an array of objects keyed by the header row, or a plain array of arrays. No upload, and no size limit beyond your own tab.
- JSON → TSVConvert JSON to TSVFlatten an array of JSON objects into a tab-separated table, with the union of every key as the header row.
- TSV → XLSXConvert TSV to Excel (XLSX)Write a tab-separated file straight to a real .xlsx workbook, without letting a spreadsheet reinterpret your data on the way in.
- XLSX → TSVConvert Excel (XLSX) to TSVRead a real .xlsx workbook in the browser and write the sheet back out as clean tab-separated text.
Conversions
Six one-way trips, each with the settings that usually go wrong spelled out.