Excel to CSV in CSV (MS-DOS) Format

Hi everyone
I have to transform an excel into CSV in CSV (MS-DOS) format.
can anyone tell me which parameter should I use for encoding in activity “WrtiteCSV”?

Thanks

I’m not sure if this will help you @d_liberati

You can simply read excel and store the data in data table then use write csv activity to convert it to the CSV file.

1 Like