The "brute force" method worked. Deepak and Sebb, thank you for your help!
-----Original Message----- From: Steve Eckhart [mailto:[email protected]] Sent: Thursday, September 10, 2009 7:55 AM To: JMeter Users List Subject: RE: Selecting a CSV Data File Based on a Variable Sebb, Thanks for the suggestion. I thought of the same thing last night. I will try later today (or tomorrow, depending on another project). Since I will have many rows per user, I'll just duplicate the user data on each row. I was trying to avoid this as the users are needed in all transactions and it will clutter up the user file, but I think it will work. Steve -----Original Message----- From: Deepak Shetty [mailto:[email protected]] Sent: Wednesday, September 09, 2009 10:29 PM To: JMeter Users List Subject: Re: Selecting a CSV Data File Based on a Variable hi just to confirm , the behavior being seen is because the file name is evaluated at configuration time but the variables aent set till the first iteration right? your suggestion works if there is one row per user. what would you suggest if there are multiple rows per user? regards deepak On Wed, Sep 9, 2009 at 5:48 PM, sebb <[email protected]> wrote: > Why not combine the user name with the search data? > > i.e. have a single CSV file with the username plus search data on the same > line. > > On 09/09/2009, Deepak Shetty <[email protected]> wrote: > > you need as many files as you have concurrent threads or you need someway > to > > form the filename that doesnt need runtime data. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

