String To Data Table
Convert string to data table.
Last updated
Convert string to data table.
Last updated
Convert the specified string into a data table and store it in a data table variable.
String Data Selector : 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.
Data Table : The variable in which the converted data table is to be stored.