Utilities

Create Object from CSV Content

Activity converts a String variable (example: output from Read Text File) into a two-dimensional array. 

Separator requires the character delimiting data fields in your source .csv file, usually either a comma ( , ) or a semicolon ( ; ). 

Include Headers (default: off/False) determines whether the activity will skip the first row of the source data (typically containing column headers) when creating the array. 

obraz (4)
obraz (3)
Parameter NameParameter TypeIn/OutDescription
Alternative Scenario If FailedBooleanInputcheckbox; default is "on"
Display NameLiteralInputchanges display name of the activity
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 a Boolean value. True if no error in activity, otherwise 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