Csv fromatt from datatable throwing error

i am writing a new csv from created datatable … how to get rid of this below error ?

csv data we do write with write csv file activity

1 Like

Hi Vboddu,

Please double check if the csv separator that you want to use is not included in some values that should appear in csv.

Once I had similar issue, I wanted to use “,” and I also had such sign in few values and that messed the whole document and I couldn’t open it too. I’ve changed separator to “;” and it worked.

1 Like

@pr: i am using write csv only

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.