Generate Data Table activity - bugs?

I am trying use the Generate Data Table activity, to parse a CSV string into a data table object.

With the latest 2018.2 UiPath.Core activity package, the Generate Data Table activity has a Formatting Option of CSVParsing, of which if you set to True you can easily parse a CSV string into a data table object.

However, with the 2018.1 UiPath.Core activity package, there is no such option of CSVParsing in the Generate Data Table activity. When I run the code, the data table generated isn’t correct, that the columns aren’t separated as per the ColumnSeparators.

Has anyone experienced this issue? Thank you!

Just found myself the answer here: Problem with Generate Data Table Activity - #2 by ClaytonM

1 Like