You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by un...@apache.org on 2017/03/11 09:38:18 UTC

svn commit: r1786499 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: undera
Date: Sat Mar 11 09:38:18 2017
New Revision: 1786499

URL: http://svn.apache.org/viewvc?rev=1786499&view=rev
Log:
Update doc for CSV Data Set, improve variable names field explanation

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=1786499&r1=1786498&r2=1786499&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Mar 11 09:38:18 2017
@@ -3572,10 +3572,9 @@ By default, a Graphite implementation is
   If the OS does not distinguish between upper and lower case, <code>csvData.TXT</code> would also be opened separately. 
   </property>
   <property name="File Encoding" required="No">The encoding to be used to read the file, if not the platform default.</property>
-  <property name="Variable Names" required="Yes">List of variable names (comma-delimited).
+  <property name="Variable Names" required="No">List of variable names. The names must be separated by the delimiter character. They can be quoted using double-quotes.
   JMeter supports CSV header lines:
   if the variable name field empty, then the first line of the file is read and interpreted as the list of column names.
-  The names must be separated by the delimiter character. They can be quoted using double-quotes.
   </property>
   <property name="Ignore first line (only used if Variable Names is not empty)" required="No">
   Ignore first line of CSV file, it will only be used used if Variable Names is not empty,