On 15/05/2008, Laurent Perez <[EMAIL PROTECTED]> wrote:
> Hi !
>
>  I wrote my own Sampler, based on the Java Request sample, it's collecting
>  text data and returning it with :
>  results.setResponseData("foo");
>  results.setDataType(SampleResult.TEXT);
>
>  I've added a Summary Report listener, and set an output CSV file, because I
>  need to load the file in excel to run graphs afterwards.
>  Unfortunately, the "Save Response Data" checkbox does not seem to be
>  available for CSV (I'm using jmeter 2.3.1), but if I remember correctly, it
>  was available before (... ?)

No, it was never supported.

This is because response data is normally multiple lines of data -
which does not play well with CSV files.

>  Is it planned to reintroduce support for this ? (if it is a regression
>  introduced by 2.3.1)

However, the current SVN code includes better CSV support, which
allows for embedded commas and new-lines, so it might now be possible
to add such support.

In the meantime, you'll need to use XML output.

>  laurent
>
>
>  --
>  <a href="http://in-pocket.blogspot.com";>http://in-pocket.blogspot.com -
>  Mobile world, technology and more</a>
>

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

Reply via email to