Skip to main content

Generate Data Table From Text

Generates a data table from given text

Input

  • Input: The text to be converted to a DataTable
    • Type: System.String
    • Required

Output

  • Data Table: The resulting DataTable
    • Type: System.Data.DataTable
    • Required

Formatting

  • Column Separators: The characters used to separate columns.
    • Type: System.String
    • Required
  • CSV Parsing: Indicates if the text should be parsed as CSV.
    • Type: System.Boolean
  • New Line Separator: The character used to separate lines.
    • Type: System.String
    • Required
  • Continue On Error: Continue process even an error occurs.
    • Type: System.Boolean

Table Options

  • Auto Detect Types: Indicates if the types of the columns should be automatically detected.
    • Type: System.Boolean