You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2003/08/07 16:10:25 UTC

DO NOT REPLY [Bug 18009] - Allow multiple send parameter values from file input

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=18009>.
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=18009

Allow multiple send parameter values from file input





------- Additional Comments From tjsb@slb.com  2003-08-07 14:10 -------
If you upgrade to 1.9 RC3 you should be able to use the function _CSVRead() or 
_StringFromFile() for this. 

__CSVRead() reads from a CSV file, and returns the appopriate elements from the 
line. You cab only have one such file.

_StringFromFile() reads a whole line from a file; you can read from multiple 
files.

Or are you thinking of something further, which is not covered by either of the 
above?