Zip
Last modified by Outhman Moustaghfir on 2022/09/09 17:29
Introduction
The "Zip" connector is commonly used to generate a zip that is file format used to compress one or more files together into a single location. This reduces file size and makes it easier to transport or store.
The connector compresses multiple files into a zip format that organizes those files by their formats.
Use
"Zip" uses 3 parameters which are :
- Files: all output connector files that we want to put into the "Zip" connector.
- output filename: the name and location of the output Zip. eg: "/work/OutputZip.zip.
- Password: it is also possible to protect the zip file with a password so that the end-user has to provide the password to unzip the zip file. It's not a mandatory parameter.