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 am looping over each file and merging the data into one DT. Now what I require is that Bot should write that merge DT to a file in multiples of 500.
Example - If bot started from 1 when 500th file came bot wrote the merge DT into a file and again looped over the next set of 500 and appended the next set into the same file and then again over set of 500. In this manner bot should Loop over and write when file count is in multiples of 500.
Please help.
Thanks!