Hi
Is it possible to change column separator when export file in format csv ?
Currently the file csv is export with separator comma character, we would like semicolon character ;
Thanks
Regards
Hello Jaffrezic,
Thank you for your question. Currently, our component exports in CSV format with the coma column separator. Your suggestion sounds reasonable and we will add it to our backlog. Also, we will contact you via e-mail to discuss the details.
Regards,
Dmytro
Hello Jaffrezic,
We are glad to inform that the latest version of the component has already been released. It includes the update with the new "fieldSeparator"
property for the CSV export. Now you can define your own separator instead of the default coma.
Please find the jsfiddle example here: https://jsfiddle.net/flexmonster/a5zmks37/.
Let us know if everything works fine for you.
Regards,
Dmytro
Hi Dmytro
It works fine
Thanks