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


Article Comments

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:

"Test","Test","Test","Test","Port","Port","Unusual","10"

What tool do you use to check/read the CSV.

Best regards.


Jun, 2019 - Permalink