On 04/06/2009, Rinke Heida <rinke.he...@gmail.com> wrote:
> 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,
>

If you use a delimiter as part of the value, then the value has to be
quoted, otherwise the CSV format is invalid, and JMeter won't be able
to read the resulting CSV correctly.

If you want to avoid quoted values, make sure that the delimiter is
never used in any values.

>  Rinke
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Reply via email to