CSV Delimiter Converter — comma, semicolon, tab, pipe
Flip a CSV between commas, semicolons, tabs, and pipes. Input delimiter is sniffed from the file. Useful when your Excel region expects one thing and the file was saved as another.
Output delimiter:
Drop your CSV file here
or click to browse
Auto-detects input delimiter.
How it works
- 1Drop your file above. The input delimiter is detected automatically.
- 2Select your desired output delimiter: comma, semicolon, tab, or pipe.
- 3Preview the result and download.
FAQ
Why does my CSV open in one column in Excel?
Your regional Excel settings expect a different delimiter. European Excel uses semicolons by default. Use this tool to convert to the delimiter your Excel expects.
Does it handle quoted fields correctly?
Yes. Fields containing the delimiter, quotes, or newlines are properly quoted in the output.