Hi, I am trying to import a CSV file but it seems PM does not recognize the columns?
I tried to create a CSV via EXCEL and then via Texteditor. Same thing. In the documentation I saw that when I click on the preview button, it should already parse all the values from the CSV under the column name. This does not occur on my side.

However when I am trying to access this data via pm.iterationData.has it gives me false for every column and the pm.iterationData.get gives me ‘unfedined’.
What am I doing wrong, I am clueless.
CSV looks like this:
column0;column1;column2;column3
A;B;C;D
E;F;G;H

I appreciate any help ![]()
BR
Aleks