Wiki source code of Zip
Last modified by Outhman Moustaghfir on 2022/09/09 17:29
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
3.1 | 1 | = Introduction = |
![]() |
2.1 | 2 | |
![]() |
8.1 | 3 | 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. |
![]() |
2.1 | 4 | |
5 | The connector compresses multiple files into a zip format that organizes those files by their formats. | ||
6 | |||
![]() |
5.2 | 7 | [[image:2021-05-05_15h33_06.png]] |
8 | |||
![]() |
2.1 | 9 | = Use = |
10 | |||
![]() |
8.1 | 11 | "Zip" uses 3 parameters which are : |
![]() |
2.1 | 12 | |
![]() |
8.1 | 13 | 1. __**Files**__: all output connector files that we want to put into the "Zip" connector. |
14 | 1. __**output filename**__: the name and location of the output Zip. eg: "/work/OutputZip.zip. | ||
15 | 1. __**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**. | ||
![]() |
2.1 | 16 | |
![]() |
8.1 | 17 | [[image:2022-09-09_16h25_26.png]] |
![]() |
2.1 | 18 | |
19 | |||
20 | |||
21 |