I want to import all csv files present in the directory and read data from different row number in different csv.
e.g. for csv 1 - read row 19 , for csv2 - read row 14 and so on.
Is there a way to do this without importing different input tool for different csv.
hi @snigdha25
Yes you can accomplish this using a batch macro
I attachd an example of how it would be. You have to send to the macro the path of the csv and the number of line you want
I hope this helps