Unzipping a Zip File with JSON?

We have a vendor that sends us a URL of a zipped JSON file. right now we are grabbing the URL and downloading it locally, which is a massive pain. Wondering if anyone has ever created a workflow in pipedream that gets an zip file from a URL (it’s a ZIP of a JSON file), then unzips it to get the JSON data inside the ZIP and returns that JSON to the next step in the workflow, where we can then use the JSON and store it in our database. Thanks.

Hello @osseonews,

I think you might need a code step for download and unzip. For example this article instruct how to download and unzip files in Node.js. You can adapt the code into your Pipedream code action, for example Working with the filesystem in Node.js