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 values from request xml and write those values in the output file

Options
mdsheeraz
mdsheeraz Posts: 9

Hi,

I am looking to extract the values from request xml and write the extracted values to the output file.
Could you please help to achieve this requirement.

For ex:
created
Meter1
2.0
2023-08-21T06:27:04Z
It should extract the values from xml like as below write in the output file

created, Meter1, 2.0, 2023-08-21T06:27:04Z

Answers