This macro will use python and zipfile library to unzip any given zip_path to a output_path. Inside of this output_path, a new folder will be created for/with the name of the zip_path.
MACRO SAMPLE INPUT:
| zip_path | output_path |
| G:\...\SamplePackage1.yxzp | G:\...\SamplePackage1 |
| G:\...\SampleWorkflow2.zip | G:\...\SampleWorkflow2 |
| G:\..\TestFolder1.zip | G:\....\TestFolder1 |