Use CSVRead instead of StringFromFile. It lets you set up a file with columns and rows, so you can use a record at a time.
-Mike On Wed, 2004-05-12 at 09:20, [EMAIL PROTECTED] wrote: > I'm using jmeter to perform database load testing, and I'm having some > problems using the _StringFromFile function. I have a query that uses 5 > variables, and I want to create a file that contains 100,000 records with 5 > columns to feed to the query. Cold someone please provide me with > step-by-step instructions on how to accomplish this? > > Thanks > Craig > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Michael Stover <[EMAIL PROTECTED]> Apache Software Foundation --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

