How to save String from json response to excel or csv file?

You can’t just write to a CSV file from Postman.

The only approach would be using Node.js and Newman, with something like this:

1 Like