CSV To Text File Conversion

I am trying to convert CSV to a Text file but it shows invalid CSV format can anyone help to solve

1 Like

Hi @Arun_Pondhe

Read csv file and change it into delimiter and pass the datatable to write text file activity

Thanks
Ashwin.S

Fine
We can use READ CSV file activity
—use it and get the output with a variable of type datatable named dt
—now use a Output datatable activity and pass the above variable as input and get the output with a variable of type string named in_str
—now use a WRITE TEXT FILE activity and password the above string variable as input

That’s all you are done
Cheers @Arun_Pondhe

1 Like

Thank you

No worries
Cheers @Arun_Pondhe