Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 14066 invoked from network); 7 Apr 2004 21:46:06 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 7 Apr 2004 21:46:06 -0000 Received: (qmail 67386 invoked by uid 500); 7 Apr 2004 21:45:51 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 67366 invoked by uid 500); 7 Apr 2004 21:45:51 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 67351 invoked from network); 7 Apr 2004 21:45:50 -0000 Received: from unknown (HELO mx2.netflix.com) (216.35.131.152) by daedalus.apache.org with SMTP; 7 Apr 2004 21:45:50 -0000 Received: from thenet.netflix.com (exchangeav [172.26.2.151]) by mx2.netflix.com (8.12.8/8.12.8) with SMTP id i37LjuMH006072 for ; Wed, 7 Apr 2004 14:45:57 -0700 Received: from thenet.netflix.com ([172.26.2.151]) by thenet.netflix.com (SAVSMTP 3.0.1.45) with SMTP id M2004040714455625436 for ; Wed, 07 Apr 2004 14:45:56 -0700 Received: by thenet.netflix.com with Internet Mail Service (5.5.2657.72) id ; Wed, 7 Apr 2004 14:45:56 -0700 Message-ID: <5DCB66062A0F2243A02DB4F7578D0C27BB4358@nemesis.netflix.com> From: Mark Juliana To: "'JMeter Users List'" Subject: CSVRead function problems Date: Wed, 7 Apr 2004 14:45:49 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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