Im suggesting you not do it the way you are planning.PreProcess the CSV and remove the rows you dont want.
(otherwise you need a while controller that loops till the value is true or <EOF> - but thats a waste IMO so Im not going to spend time explaining it) regards deepak On Wed, Feb 15, 2012 at 10:25 PM, waseemfa <[email protected]> wrote: > How do i iterate to the next element in the data file. Whats the syntax of > the command. > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/How-to-select-particular-values-from-data-file-tp5486054p5488640.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] > >
