Excel typically saves CSV files with using comma (,) or semi-colon (;) as the delimiter. However some programs expect a pipe (|) delimiter.
Trying to convert the delimiter of a CSV file 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 pipes, you will 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 convert an Excel file to pipe delimited 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 file format, Easy Data Transform also allows you to combine 67 transforms to quickly and easily create simple or 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?