You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by ZK <st...@gmail.com> on 2012/01/10 13:16:18 UTC

Re: Regarding csvread function

Hi,
I'm guessing the path to your CSV is not correct.
Try moving the CSV to your C: drive
Change the  function to reflect that change:
${__CSVRead(c:/Login.csv,0)}

/I also noticed you have an extra comma in your current setup:
${__CSVRead(Login.csv,0*,*)}/




ZK

--
View this message in context: http://jmeter.512774.n5.nabble.com/Regarding-csvread-function-tp5133859p5133955.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: Regarding csvread function

Posted by ZK <st...@gmail.com>.
Hi,
I'm not sure what your problem is here.
I created a folder on my C: drive called 'Login'; within that folder I have
a 'login.csv':
C:\Login\login.csv

I used this code to read from that file successfully:
${__CSVRead(c:/Login/login.csv,0)}



ZK

--
View this message in context: http://jmeter.512774.n5.nabble.com/Regarding-csvread-function-tp5133859p5151000.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org