How do you save output as CSV?

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! :wave:

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! :clap:

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.

I can now see the option to save the response as a CSV is added in Postman.

Just tried it and it works