Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

How to extract any value from a response argument and write it to external excel/csv file?

Options

Hi Team,

Can you please help how to extract values from the response and write it to an external file excel/csv.

for example: if am getting a response like below
{
"status" : "success",
"wonum" : "1234567"
}
Expectation is to extract "wonum" response value in the external file.

Answers