I have 1 million records (only 1 column without header) in a CSV/txt file which I am iterating through CSV Data Set Config and stores it a variable. I also have added while controller to check for end of the file to exit the loop and it's also retrying for 5 times before failing any transaction. So I have added the counter of 5.
The problem is, this logic is working but only for 50305 entries in CSV/txt file, it is not continuing till EOF, not sure what is wrong but every time it is exciting in the same way and it goes till 5035.
Could you please help me to loop until end of the file ? Is it happening because I have used groovy for reset the counter?
Added the screenshot.