String To Data Table
Convert string to data table.
Convert the specified string into a data table and store it in a data table variable.
Input
String Data Selector :
String Argument
The String to be converted into the data table are separated according to their corresponding column elements separated by column delimiter and row elements separated by a newline separator.
Use Column Header :
True
-The first row of elements in the StringDataSelector will be added to the data table as column headers.False
- Column headers will not be added to the data table.

Output
Data Table :
DataTable Variable
The variable in which the converted data table is to be stored.
Last updated