Author: sebb
Date: Mon Feb 13 16:35:09 2012
New Revision: 1243594

URL: http://svn.apache.org/viewvc?rev=1243594&view=rev
Log:
Explain quoted values

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1243594&r1=1243593&r2=1243594&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Mon Feb 13 16:35:09 
2012
@@ -2952,8 +2952,16 @@ The Comparison Assertion Visualizer show
        much cheaper than generating everything at run-time.
     </p>
     <p>
-       Versions of JMeter after 2.3.1 allow variables to be quoted; this 
allows the value to contain a delimiter.
+       Versions of JMeter after 2.3.1 allow values to be quoted; this allows 
the value to contain a delimiter.
        Previously it was necessary to choose a delimiter that was not used in 
any values.
+    If "allow quoted data" is enabled, a value may be enclosed in 
double-quotes.
+    These are removed. To include double-quotes within a quoted field, use two 
double-quotes.
+    For example:<pre>
+1,"2,3","4""5" =>
+1
+2,3
+4"5
+</pre>
        </p>
        <p>
        Versions of JMeter after 2.3.4 support CSV files which have a header 
line defining the column names.
@@ -3011,7 +3019,9 @@ The Comparison Assertion Visualizer show
   <property name="Delimiter" required="Yes">Delimiter to be used to split the 
records in the file.
   If there are fewer values on the line than there are variables the remaining 
variables are not updated -
   so they will retain their previous value (if any).</property>
-  <property name="Allow quoted data?" required="Yes">Should the CSV file allow 
values to be quoted?</property>
+  <property name="Allow quoted data?" required="Yes">Should the CSV file allow 
values to be quoted?
+  If enabled, then values can be enclosed in <code>"</code> - double-quote - 
allowing values to contain a delimeter.
+  </property>
   <property name="Recycle on EOF?" required="Yes">Should the file be re-read 
from the beginning on reaching EOF? (default is true)</property>
   <property name="Stop thread on EOF?" required="Yes">Should the thread be 
stopped on EOF, if Recycle is false? (default is false)</property>
   <property name="Sharing mode" required="Yes">


Reply via email to