Wiki source code of Zip
Version 2.1 by Outhman Moustaghfir on 2021/04/20 16:09
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Introduction = | ||
2 | |||
3 | The "Zip" connector is commonly used to generate a zip that is a 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. | ||
4 | |||
5 | The connector compresses multiple files into a zip format that organizes those files by their formats. | ||
6 | |||
7 | = Use = | ||
8 | |||
9 | "Zip" uses 2 major parameters which are : | ||
10 | |||
11 | 1. Files: all output connectors files that we want to put into the "Zip" connector. | ||
12 | 1. output filename: the name and location of the output Zip. eg: "/work/OutputZip.zip . | ||
13 | |||
14 | (capture) | ||
15 | |||
16 | |||
17 | |||
18 | |||
19 |