Excel export, Pipe delimited

4
Hi all, We need to export a CSV file, using pipe (|) as a delimiter. At the moment we are using the app store module “Excel export” and it provides three options (comma, semicolon and tab) in an enum. Which works fine, but one can’t simply add “Pipe” in the enum as it then defaults back to comma. Any ideas?
asked
1 answers
0

Though it’s not a solution using the Excel Exporter module, have you tried the Flat & Delimited File Export module (https://appstore.home.mendix.com/link/app/432/Erwin-'t-Hoen/Flat-&-Delimited-File-Export)?

It was created for CSV exports. If I recall correctly, the module provides full control over which delimiter to use.

answered