Utilities

Create Object from CSV

csv1
csv2
csv3

Activity converts either a String variable (eg. output from Read Text File), or data from an existing 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. 

Acquired TextStringOutputtext input by user
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 will return 1. See the table of Extended Result Codes for more info