Get Row Item, column index

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?

Likely the “row” has just single column…

Use debug mode to investigate content of “row” and “from CSV”

Cheers

Thanks J0ska!

I had a “;” as a separator in CSV instead of “,”. Changing to comma solved the problem.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.