This activity converts a Comma Separated Values (CSV) string to a DataTable.
The Read File activity could be used to read a .csv file on the server as text. The text could then be passed to the Convert CSV To Data Table activity to produce a DataTable object. The workflow could then access the rows and columns of the data table to read the data values.
Csv |
Required Type: String The Comma Separated Values (CSV) string to convert. |
Delimiter |
Optional Type: String The delimiter used to separate fields. The default is ",". |
result |
Type: Object A data table representing the data from the Comma Separated Values string. |
For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.
This activity does not work when the device has intermittent connectivity to the network.