How to open a zip file from a website using the %Net.HttpRequest.Get() and extract a certain file from within that zip file
Hello,
I am trying to grab a specific zip file from a webpage but once I grab the zip file I need to grab a specific file within that zip file and I was hoping someone could explain how to do this or provide an example
You can use this utility or $zf or embedded python.
Here's information on the Python library for working with .zip files:
https://docs.python.org/3/library/zipfile.html#zipfile.ZipFile.open
Can you explain how to set that file to a certain filepath?