TableParserCSV
This activity assists the user in parsing tabular data available in Notepad into CSV format.
Properties
INPUT
Content: *This parameter specifies to provide the “Input” data that needs to be parsed into a CSV format. It accepts values in “String” datatype, either hardcoded or provided as a “String” values.
EndLineNo: *Specifies to provide the “LineNumber” up to which the input data needs to be retrieved to parse them into CSV. It accepts values in “Integer” datatype.
FilePath: *This parameter specifies to provide the “File path” of the CSV to where the parsed needs to be created. It accepts values in “String” datatype, either hardcoded or provided as a “String” values.
StartLineNo: *Specifies to provide the “LineNumber” from which the input data needs to be retrieved to parse them into CSV. It accepts values in “Integer” datatype.
MISC
DisplayName: Displays the name of the activity. The activity name can be customized which will help in troubleshooting.
SkipOnError: Specify the Boolean value as “True or False.”
True: Continues to execute the workflow irrespective of any error thrown.
False: Stops the workflow if it throws any error.
None: If the option is specified as blank, by default the activity will perform the “False” action.
Version: It specifies the version of the Text Automation feature in use.
OUTPUT
DataTable: * It helps to view the output of the activity as the parsed output in “Datatable” format. This field returns the output in “Datatable” datatype.
Result: This parameter allows you to view the execution status of the activity and returns a value in “Boolean.”
True: Indicates that the activity has been executed successfully without any errors.
False: Indicates that the activity has been unsuccessful due to an unexpected error being thrown.
* Represents mandatory Fields to execute the workflow.