Hi Everyone,
I need some help in building a logic for below instance.
I have a list which contains excel file that can be any number like 1000, 2112 etc.
I want to process data in batches like if the file count is 5500, I want to process it in batches of 1000.
More clear example - I have a list of files count 5540, I have to loop over each file to merge it. I need to loop over them in batches like if batch is of 1000 then there would be 6 batches 1000x5 and 1 batch left of 540> I also need to keep in mind that the files already processed do not process again or they should be skipped
Please help.
@Nithinkrishna can you help here also?
Thanks