Change Delimiter in TSV Files Online
Change the delimiter in TSV files — switch from comma to pipe, semicolon, tab, or any custom character — in your browser.
About this tool
Change the field delimiter in a TSV file — switch from comma to tab, pipe, semicolon, or any custom character. Fields containing the new delimiter are automatically quoted to keep the output valid.
Frequently Asked Questions
What delimiters can I switch to when changing the delimiter in a TSV file?
Comma, tab, pipe (|), semicolon, or any custom single character you type in.
What happens if my data values contain the new delimiter?
The tool automatically quotes any field that contains the chosen delimiter, following standard CSV quoting rules. Your data is safe.
Can I convert a TSV file to CSV using this tool?
Yes. Load a TSV file and choose comma as the output delimiter to produce a standard comma-separated CSV file.
Is my data private?
Yes — completely. Your file is never uploaded to any server. Everything runs locally in your browser using WebAssembly — processing happens entirely inside your tab. Once you close the tab, nothing is retained.
What is the maximum file size?
The free limit is 50 MB. For larger files, performance depends on your device's available memory — most modern machines handle 500 MB to 1 GB comfortably.
Related Tools
Convert TSV to Markdown Table Online
Convert TSV files to a Markdown table directly in your browser. Copy the output and paste it into any Markdown document.
Convert TSV to HTML Table Online
Convert TSV files to an HTML table directly in your browser. Copy the markup or download a ready-to-use HTML file.
Change Delimiter in CSV Files Online
Change the delimiter in CSV files — switch from comma to pipe, semicolon, tab, or any custom character — in your browser.
TSV Viewer Online
View and inspect TSV files directly in your browser. Browse rows, check column names and data types — no upload required, your data stays on your device.
Convert CSV to TSV Online
Convert CSV files to TSV format directly in your browser. No upload required — your data never leaves your device.