What type of variables can be used as output for the Read CSV activity?
Answers
Answered by
0
Delimitator mainly Specifies delimitator in the CSV file and can be comma (',') or semicolon(';').
IncludeColumnNames also mainly Specifies with first row in the CSV file are considered for containing column names.
When set to false, the output DataTable will have columns with default names.
If no encoding type is specified, the activity will search for the file's Byte Order Marks to detect the encoding.
Similar questions