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:
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 67 transforms to quickly and easily create complex data transformations.
v2.0.1 for Windows 11 / 10 / 8 / 7 (61 MB)
Zip file version
v2.0.1 for Mac 15.x to 10.13 (82 MB)
No commitments.
You can uninstall any time.
You don't even have to give us your email address.
Questions or problems?