Hello all,
We have an API from where we’ll GET the data.
Our requirement is to GET the data from API & store it in Excel or csv format in one of the machine from where the development team can fetch the data in their application. We would like to automate this process. Once the GET request is send, it should run collection & push the data to a excel/csv file.
How can we achieve the above requirement using Postman?
Any help is highly appreciated.