I apologize for the stupid question but Iโm super new to Postman. Iโm doing a GET and the output from the server is in XML but is there a way to request it to be returned in CSV?
Thanks!
I apologize for the stupid question but Iโm super new to Postman. Iโm doing a GET and the output from the server is in XML but is there a way to request it to be returned in CSV?
Thanks!
Hey @burritohomeboy
Welcome to the Postman community!
The only way that itโs going to be returned in a different format, is if the server is designed to do that.
Hi @burritohomeboy,
Welcome to the community!
As Danny mentioned, there isnโt really a native way to do this in Postman. Even more-so, you canโt see data in Postman in csv format (technically you could, but it would just be plain text).
Your best bet is to copy the XML response out (or save it to file), and use some sort of XML to CSV converter.