DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25590>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25590

User Parameters not being assigned values from user-specific csv files.

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Blocker                     |Enhancement
             Status|UNCONFIRMED                 |RESOLVED
           Priority|High                        |Medium
         Resolution|                            |LATER



------- Additional Comments From [EMAIL PROTECTED]  2003-12-18 00:16 -------
Sorry, but the current version of CSVRead does not support multiple files - 
whatever file is opened first will be used for the rest of the run. See 
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#__CSVRead

Changing to an enhancement request.

Meanwhile, you could use _StringFromFile(), which supports multiple files, but 
reads the entire line into the variable. If you are familiar with JavaScript, 
you might be able to use the __javaScript() function to split the resulting 
variable. Or you can divide the CSV file into separate files.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to