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?
mdsheeraz
Posts: 25 ✭
in Virtualize
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.
Tagged:
0
Answers
-
Hi,
Have you taken a look at the Write File tool? It could probably help write a csv file, not sure about an excel file. Would probably need to script something to write out in an excel format.
0