CSV Delimiter Changer
Convert CSV to TSV, semicolon-separated, pipe-delimited, or any other delimiter — free and browser-based.
Input
How to change a CSV delimiter
- Select the current delimiter your file uses (e.g., comma).
- Select the output delimiter you want (e.g., tab for TSV).
- Paste your data or upload the file.
- Click Change Delimiter and download the result.
Privacy — your data stays local
This tool runs entirely in your browser. Your data is never uploaded to any server.
Frequently Asked Questions
What is a TSV file?
TSV (Tab-Separated Values) is like CSV but uses a tab character as the delimiter instead of a comma. It's commonly used when data contains commas.
Will quoted fields be handled correctly?
Yes. The tool correctly handles RFC 4180-style quoting so fields containing the delimiter character remain intact.
What file extension should I use for tab-delimited files?
.tsv is standard for tab-separated files, though .txt is also commonly used.
Can I convert from semicolon to comma (European CSV to standard CSV)?
Yes — just select Semicolon as the input delimiter and Comma as the output delimiter.