CSV comma delimited

Hi, I m using write csv activities to write data table into csv. Apparently , the csv file unable to be recognized by my backend system. Unless, I use the excel file, open, and save as type csv - comma delimited.

Any ideas?

Have you compared the csv-file before and after you have converted it with Excel to see what differs?

1 Like

you can try “output data table” activity,
pass in your datatable, and set output parameter to a string variable
then use write to text file, pass in the string variable, and write to a csv file