Hi,
1 option would be use the ' __threadNum
<http://jmeter.apache.org/usermanual/functions.html#__threadNum>  ' function
+ ' __V <http://jmeter.apache.org/usermanual/functions.html#__V>  ' function

You could have 2 csv files with your data in them (each containing data for
a particular thread group).
e.g.: 
example_1.csv    'read' the csv into Variable Name: example_1
example_2.csv    'read' the csv into Variable Name: example_2

Then when running your test access this data by:
${__V(example_${__threadNum})}


ZK



--
View this message in context: 
http://jmeter.512774.n5.nabble.com/Nested-csv-to-load-specific-values-for-thread-tp5714845p5714848.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to