Hi,
I'm converting from JMeter 2.3.1 to 2.3.3 and now I get double quotes in my
CSV output:
2009/06/04 14:42:10|654|"1A-01-01|/Start.do"|200|OK|
instead of
2009/06/04 14:42:10|654|1A-01-01|/Start.do|200|OK|
1A-01-01|/Start.do is derived from the test label (name) as:
${TC}-${GC}-01|/Start.do
Because I use the pipe (|) as delimiter and quoted strings are taken
literal, my post-proces for my own reporting is not working right.
Is there a possibilty to turn the quotes of in e.g. jmeter.properties?
Regards,
Rinke