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.

Information :
Sample Input- The input row values are separated by a comma.Wrap Text- It wraps the long rows in the sample input text box.Preview- Shows table preview of the sample input in the grid view of the test preview.Evaluate Variable- replace the variable with values when clicking the preview button.Coulmn Separator- The separator used for separating column elements of the input string.NewLine Separator- The separator used for separating row elements of the input string.
Output
Data Table :
DataTable Variable
The variable in which the converted data table is to be stored.
Last updated