CSV Delimiter Converter
Rewrites a delimited file with a different separator, re-quoting fields as needed.
Loading the tool…
How to use this tool
- Paste the delimited text.
- Choose the delimiter you want in the output.
- Convert, then download the rewritten file.
What csv delimiter converter does
Delimiter mismatches are a standing annoyance in any pipeline that crosses locales. European Excel installations write semicolons because the comma is the decimal separator, database exports often prefer tabs, and older systems use the pipe because it almost never appears in the data. Converting between them is not a find and replace: the quoting has to change too.
This tool parses the file with its original delimiter and writes it out with the new one, which means a field that needed quotes before may not need them now, and a field that was safe before may need quoting now. The input delimiter is detected automatically from the first line, so in most cases you only have to choose what you want out.