Author: sebb
Date: Thu Jan 18 17:33:30 2007
New Revision: 497677
URL: http://svn.apache.org/viewvc?view=rev&rev=497677
Log:
Bug 40461 - document CSVRead restriction embedded commas
Modified:
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/functions.xml
Modified: jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/functions.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/functions.xml?view=diff&rev=497677&r1=497676&r2=497677
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/functions.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/functions.xml Thu Jan 18
17:33:30 2007
@@ -399,6 +399,12 @@
the array, so each thread will access a different row from all other
threads.
[Unless there are more threads than there are rows in the array.]
</p>
+ <p>
+ Note: the function splits the line at every comma by default.
+ If you want to enter columns containing commas, then you will need
+ to change the delimiter to a character that does not appear in any
+ column data, by setting the property: csvread.delimiter
+ </p>
</description>
<properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]