I have a list of files and their starting point for data row, some like this:
| FileName | DataRowStartCounter |
| c:/temp/file1.xlsx | 3 |
| c:/temp/file2.xlsx | 6 |
I need to read this list and dynamically start processing reading data from the excel using the DataRowStartCounter. So as an example, file1.xlsx i will read from row#3 and file2.xlsx i will read from row#6.
I don't see an option of sending and using DataTowStartCounter in dynamic input data tool. Can someone please suggest a way.