I am outputting a datable which is giving me data as a string like this.
1057,123
1058,123
1099,123
966,123
967,123
979,123
981,123
By writing it to CSV it look fine. But it there a way I can format this data and present it nicely ?
I am outputting a datable which is giving me data as a string like this.
1057,123
1058,123
1099,123
966,123
967,123
979,123
981,123
By writing it to CSV it look fine. But it there a way I can format this data and present it nicely ?
Hi @Ishan_Shelke1 ,
You could try outputting it to Excel by first passing it into a Generate DataTable Activity with delimiter as comma, or you can simply toggle it over to CSV.
The output is a proper DataTable which you can write to Excel.
Kind Regards,
Ashwin A.K
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.