For my client it would be very much welcome to have a new Process action that can Zip and Unzip a file.
Since we will use Indicium to help us import files, we need to be able to Unzip uploaded/incoming files. Most times these zipped files are compressed with Bzip2. We currently run code to use 7-zip to unzip the files to the desired location.
I do think other companies can benefit greatly from this too.
The parameters for this action will most likely be but not limited to:
- File location (where the zip file currently is)
- Zip/Unzip to (location where to zip/unzip to)
- Compression type (Type of compression used or to be used to zip/unzip - Bzip2 for instance)
- Password (In case the file is or needs to be protected)
The Process action should return a list/variable of what files have come out of the zip file