Utilities

Create Object from CSV

A converter activity. You should state whether the headers should be included and what the separator character is.

v2_util_CSV
Parameter NameParameter TypeIn/OutDescription
Alternative Scenario If FailedBooleanInputcheckbox; default is "on"
Display NameLiteralInputyou can change the name of activity for greater clarity of the scenario
Exclude from Transaction CheckBooleanInputcheckbox; default is "off"
Include HeadersBooleanInputcheckbox; default is "off"
InputStringInputthe input string
SeparatorStringInputcharacter that separates each field of text in .csv file
OutputString[][]Outputvariable to store the retrieved value
ResultBooleanOutputreturns the Boolean value: it will return True if no error is in activity, otherwise it will return False
Result CodeInt32OutputResult Code will return 0 if there is no error in activity, otherwise in most cases it will return 1, the extended result code will show only in several chosen activities