I will have n (not fixed number of files) number of csv files, and these files should be passed as input to http sampler request. The plan is that all the threads should read the data from csv file1 and file2... till file n. There should not be any duplicate data read for any of the thread.
currently i have the jmeter script to read the data from 1 csv file and it is working fine, So same has to be extended to read the data from multiple csv files.