How to store xml values in data file before run collection test

Hi guys,

I have a data file, which I will include before running the collection test.
The format of it is json,
but I need value for xml, means, I would like to have a key and associate it with xml value.

Is there a way to do it?
And how I can compare xml responses and extracts “rows” which I dont need?

Thanks

HI @Anton39,
Not entirely sure what you’re attempting to do there. Could you please include sample data examples?

As far as working with xml responses, I have used xml2Json(pm.response.text()) with Postman before, and that allowed me to work with the xml response nicely in javascript.