Unanswered question

Is it possible to go through a list of csv files as a File Variable?

I have a test that runs through different rows in a given CSV file and verifies stuff. I need this same script to run for 100's of CSV files. Is it possible to loop through all rows of 1 file, and then move onto the next file, loop through all rows of that file, and then move onto the next file?

Thanks in advance for your help.

Harv G.
Harv G.

Harv G.

Level
0
16 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

The best would be to have one CSV file with multiple columns. Then you could loop on the first column and then the second etc....