Document CSV Data thread behaviour

git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@568329 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2007-08-21 23:31:21 +00:00
parent 5d5d9ab76e
commit 519b200968
2 changed files with 12 additions and 0 deletions

View File

@ -6195,6 +6195,14 @@ the Report.
</p>
<p >
The file is only opened once, and each thread will use a different line from the file.
Lines are read as the threads need them.
</p>
<p >
As a special case, the string "\t" (without quotes) is treated as a Tab.

View File

@ -1955,6 +1955,10 @@ the Report.
It is easier to use than the __CSVRead() and _StringFromFile() functions.
</p>
<p>
The file is only opened once, and each thread will use a different line from the file.
Lines are read as the threads need them.
</p>
<p>
As a special case, the string "\t" (without quotes) is treated as a Tab.
</p>
<p>