I have a response received from particular request. Now, I have to save that response to CSV file, while running my collection it should save response to CSV file. Is there anyway that we can achieve this?
I have gone through the article you gave in the above, it says to clone the repository it has, unfortunately we don’t have an access to github to clone or even open it. Is there any other way that I can use your script present in github and run in postman without cloning entire repo?
You can write your own server, you need not clone it.
Just click on ‘Run in Postman’ and you can checkout the script that is being used inside the collection.
Understand how you can use that script to write responses to file and write your own small server which will write the data to the file system.