How to change CSV delimiter


CSV files typically use commas to separate column values (hence Comma Separated Values). But sometimes they use other characters, including: semi-colons (;), pipes (|) and tabs. So it is sometimes necessary to change the delimiter, for example when another tool expects a particular character delimiter.

Trying to convert the delimiter using simple find and replace (e.g. in a text editor) is not advisable, because you might covert a delimiter character inside a value. For example a name value in a CSV file might include a comma:

"Name","Country"
"Smith, John","UK"


If you replace all the commas with semi-colons, you get:

"Name";"Country"
"Smith; John";"UK"


Which means “Smith, John” has become “Smith; John”, which is almost certainly not what you want.

However it is very easy to the change the CSV delimiter of CSV or Excel files in Easy Data Transform:

Auto run on

csv delimiter

csv file type

change csv delimiter character

change CSV delimiter

If you have a large number of files to convert you can do it using the batch processing feature.

As well as changing CSV delimiter, Easy Data Transform also allows you to combine 66 transforms to quickly and easily create complex data transformations.

CSV to HTML converter

Try it free now!

Windows Logo Windows Download

v1.46.5 for Windows 11 / 10 / 8 / 7 (47 MB)
Zip file version

Apple Logo Mac Download

v1.46.5 for Mac 14.x to 10.13 (79 MB)

No commitments.
You can uninstall any time.
You don't even have to give us your email address.


Questions or problems?

Email support@easydatatransform.com