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.
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....