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.