Change CSV separator

Is there a possibility to change the CSV export separator? My local separator is a semicolon.

If I try…

{
“Command”: “store”,
“Target”: “{col1};{col2}”,
“Value”: “!csvLine”
}

…then the output would have quotation marks around them which is not valid output.

Is there any other workaround?

1 Like