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
- Type:
Output
- Data Table: The resulting DataTable
- Type:
System.Data.DataTable - Required
- Type:
Formatting
- Column Separators: The characters used to separate columns.
- Type:
System.String - Required
- Type:
- CSV Parsing: Indicates if the text should be parsed as CSV.
- Type:
System.Boolean
- Type:
- New Line Separator: The character used to separate lines.
- Type:
System.String - Required
- Type:
- Continue On Error: Continue process even an error occurs.
- Type:
System.Boolean
- Type:
Table Options
- Auto Detect Types: Indicates if the types of the columns should be automatically detected.
- Type:
System.Boolean
- Type: