CSV Delimiter Converter
Convert CSV between comma, semicolon, tab and pipe delimiters.
What would you like to do next?
Change the delimiter in a CSV file
Different spreadsheet apps, locales and import tools expect different separators. This converter reads delimited text with quoted fields and rewrites it using comma, semicolon, tab or pipe separators. It is useful when a CSV opens in one column, when a European spreadsheet expects semicolons, or when a system needs tab-delimited data.
Quoted fields stay together
Values wrapped in double quotes can contain commas, line breaks and escaped quotes. The converter parses those fields before writing the new delimiter, so columns do not shift unexpectedly.
Frequently asked questions
Can it convert comma CSV to semicolon CSV?
Yes. Choose comma as the input delimiter and semicolon as the output delimiter.
Does it handle quoted commas?
Yes. Commas inside quoted fields stay inside the cell instead of splitting the row.
Is this a full spreadsheet editor?
No. It converts delimiters only. For formulas or workbook formatting, use a spreadsheet app.