Hi,
I’m trying to iterate trough each row from one specific column in CSV file.
If I put 0 under the ColumnIndex I’m getting all the columns. And the result for the first row looks like this:
“Cell_1;Cell_2;Cell_3” instead of just “Cell_1”
If I put anything other than 0 I’m getting this error: Get Row Item: Cannot find column.
Any ideas what I’m doing wrong?