A small java program or unix script or word macro, etc. should be able to translate the file to the required format?
-----Original Message----- From: Manjula Priyantha [mailto:[EMAIL PROTECTED] Sent: 03 December 2008 11:07 To: 'JMeter Users List' Subject: RE: Concatenate values from a file ************************************* This e-mail has been received by the Revenue Internet e-mail service. (IP) ************************************* Yes that's the issue. I can't create the CSV files as 001, 002, 003 004, 005, 006 bcos I'm using existing files with more that 150000 data rows. /Manjula -----Original Message----- From: Steve Kapinos [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 3:55 PM To: JMeter Users List Subject: RE: Concatenate values from a file Can you not make your sample file be a set per line? 001, 002, 003 004, 005, 006 Etc? If so, just using the CSV Data set is just a matter of naming the variables you want and deciding any behavior between different thread groups if applicable. You can not have CSV Data set read multiple lines in a single thread iteration to my knowledge. It reads the file once per interation of the thread loop. -----Original Message----- From: Manjula Priyantha [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 10:27 AM To: 'JMeter Users List' Subject: RE: Concatenate values from a file It seems the e-mail is broken ... Using a text file with following sample contents (in real case it has huge number of data) <sample.txt> 001 002 003 004 005 So on Need a variable with following out put for each iteration of the request; 1 iteration - 001|002|003 2 iteration - 004|005|006 So on What is the simplest way of handling it? (I'm supposed to use CSV Data Set Config) Pls. give your kind feedback. BR, Manjula -----Original Message----- From: Manjula Priyantha [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 2:07 PM To: 'JMeter Users List' Subject: Concatenate values from a file Hi, Using a text file with following sample contents (in real case it has huge number of data) <sample.txt> 001 002 003 004 005 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -------------------------------------------------------- |This e-mail was scanned for viruses, spam and malware.| -------------------------------------------------------- -------------------------------------------------------- |This e-mail was scanned for viruses, spam and malware.| -------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -------------------------------------------------------- |This e-mail was scanned for viruses, spam and malware.| -------------------------------------------------------- -------------------------------------------------------- |This e-mail was scanned for viruses, spam and malware.| -------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ************************ This message has been delivered to the Internet by the Revenue Internet e-mail service (OP) ************************* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

