Hi ,
I have this issue while csv file generation .
Colum1 Colum2 Colum3
"AAA";"BBB";"CCC"
But the result is :
Colum1 Colum2 Colum3
"""AAA""";"""BBB""";"CCC"
In the output tool the quote generation is set to 'Auto' .
Any help . Thanks.
Have you tried to change it from Auto to Never?
Try setting your Delimiter on the output to \n and Quote Output Fields to Never, i've done this on a previous workflow and it seemed to work ok.
If not are you able to share your workflow?