Convert data table to csv

convert data table to csv using activity

https://docs.uipath.com/activities/lang-en/docs/write-csv-file

@Gaurav_Bahuguna

Thanks!

no i want to pass the data table to a workflow which accepts csv , i don’t need to write into a file

@Gaurav_Bahuguna

You have to use Write CSV activity and pass that DataTable to write into it. And then pass this CSV file to that workflow.

1 Like