You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Srinivasa Tekkatte Shenoy <ts...@mimos.my> on 2013/03/04 11:07:27 UTC

Sampler - HTTP Request - Response CSV Write

Hi All,
I am using the HTTP Request sampler for invoking REST API Request (GET Method). It works fine and sends response in View Results Tree response data tab. This is many records with many fields.

My problem is I want to write few selected records in each record into an excel/CSV. Kindly request you to please let me know how to implement this in JMeter.

I would

Thank You

Regards
Shenoy

Re: Sampler - HTTP Request - Response CSV Write

Posted by Shmuel Krakower <sh...@gmail.com>.
Hi,
If I got you right, you wanna save some data from the responses you get
back from the application.
You can either use the Save response to file Listener to save the entire
response or use Post Processor like BeanShell or Regex Extractor Post
processors to parse what you want out of the response and save it
specifically.

Best,
Shmuel Krakower.
www.Beatsoo.org - re-use your jmeter scripts for application performance
monitoring from worldwide locations for free.


On Mon, Mar 4, 2013 at 12:07 PM, Srinivasa Tekkatte Shenoy <
tsrinivas.shenoy@mimos.my> wrote:

> Hi All,
> I am using the HTTP Request sampler for invoking REST API Request (GET
> Method). It works fine and sends response in View Results Tree response
> data tab. This is many records with many fields.
>
> My problem is I want to write few selected records in each record into an
> excel/CSV. Kindly request you to please let me know how to implement this
> in JMeter.
>
> I would
>
> Thank You
>
> Regards
> Shenoy
>