I would like to know where I can change the delimiter in use (currently the ,) when I export data via the API to CSV. the comma is causing and issue as some Description/Name fields have a comma in.
i would like it to change to a ;
Regards
Modified on 2025-06-10 16:23:59 +0200
I would like to know where I can change the delimiter in use (currently the ,) when I export data via the API to CSV. the comma is causing and issue as some Description/Name fields have a comma in.
i would like it to change to a ;
Regards
Hi there,
Unfortunately, you can't change this as it is a CSV (comma-separated value file). It shouldn't cause any issues when you have a comma in a name as the "," should only be valid when it is surrounded by quotes:
Example:
What tool do you use to check/read the CSV.
Best regards.
Jun, 2019 - Permalink