I am using csv data set config to read data for data driven framework in jmeter. I have lots of data in my csv file. Suppose I want to read only data of specific row then how can i do this? I don't want to read data of all rows available in csv.
Please help