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

  • 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

Last updated