https://bz.apache.org/bugzilla/show_bug.cgi?id=64679
--- Comment #6 from Felix Schumacher <[email protected]> --- The 'csv' file doesn't look like a Char Separated Value file. It seems to be a properties file, so I would use an ending of .properties for it. You can use those files together with the -q argument to make all values inside available as JMeter properties. It doesn't support the notion of different sets that could be chosen at runtime. Those could be emulated by a more complex setup in the ${__P(...)} syntax, as JMeter will replace the bits recursively. But that will have its limits and I haven't tried it. -- You are receiving this mail because: You are the assignee for the bug.
