It is two underscores in CSVRead function
__CSVRead not
_CSVREAD
Gary
-----Original Message-----
From: Mark Juliana [mailto:mjuliana@netflix.com]
Sent: Thursday, 8 April 2004 7:46 AM
To: 'JMeter Users List'
Subject: CSVRead function problems
Hello-
I'm trying to use CSVRead and I'm not getting the results I expect.
Here are CSVRead function calls:
${_CSVRead(nfusers.txt,0)}
${_CSVRead(nfusers.txt,1)}
This is what I see in the results:
POST http://qa1.netflix.com/Login
Query data:
email=${nfusers.txt,0)}&password1=${nfusers.txt,1)}
If I change the CSVRead function to a StringFromFile function it reads
the
nfusers.txt but includes the whole line from the file (i.e.
username,password).
Any ideas or suggestions would be much appreciated!
Thanks- Mark Juliana
P.S. This is using Jmeter 2.0.0 and JDK 1.4.1_02 (also tried 1.3.1)
---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
|