You can directly specify the variable names in variable names textbox . OR You can use simple datawriter listener to write to file and then read that as a CSV(assuming you format it that way) OR You can use a beanshell post processor to process the data
On Wed, Mar 10, 2010 at 5:17 PM, Maya Hague <[email protected]> wrote: > Hi, > How can I retrieve the records returned by a jdbc request (it is a select > statement). > > Thanks, > Maya > > >

