Are you saying that you have a requirement to only use a csv file with JMeter? That seem unlikely.
If not, then why don't you want to use a database? Try using the JDBC Request Sampler - it's really very simple. If you really, really only want to use a comma delimited text file, then sure, you could use beanshell processors to write some code that will read and write from such a file but I suspect you'll find using a database a lot easier. Generally, if you have strange requirements that limit the possible solutions to your problem then it is probably a good idea to list them - makes sense, no? ----- http://www.http503.com/ -- View this message in context: http://jmeter.512774.n5.nabble.com/How-to-query-the-database-and-save-the-results-to-a-csv-files-tp4997493p5004071.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]
