I’m a newbie and don’t have engineering background, but was able to pull the data from specific reporting API contained simple aggregated report(date, item, values) by using Postman.
My question:
I’d like to make this response to CSV file and upload to specific folder in my Gdrive to share the team without manual process meaning 1. press send button → 2. save the file → 3. upload to Google Drive.
About writing response to CSV
I was able to save response to CSV into my local directory by following here. (huge thanks!)
However, when I try to put my collections to Monitor, I received “This request does not have any tests” and it seems like I cannot use Monitor with local host.
About writing response to CSV
I was able to set Google API Authorization set up.
try using google sheet instead , if thats what you are focusing on . This collection is about retrieving data from google sheet bt you can use a token with edit scope and change the data also
Thanks. Unfortunately, the need is pull the data from 3rd party’s API and feed them into Google Sheet.
[Retrieve data as CSV from API ] → [Write response CSV to local] → [Update into Google Sheet]
Enabling these 3 steps automatically is what I’d like to achieve.
see how to write to spread sheet , just keep first request to read the data from 3rd party request and store it to a variable .
and in second request use that variable value to write to the spread sheet i haven’t got time to look into that please free to ask if you get stuck some where