Zip Component
Provides utility methods for working with zip files
Component key: zip · Changelog ↓Description
The Zip component helps with handling and manipulating .zip files.
Actions
Compress Gzip
Compress Gzip file | key: compressGzip
| Input | Notes | Example |
|---|---|---|
| File Data | File to Gzip compress |
Decompress Gzip
Decompress Gzip file | key: decompressGzip
| Input | Notes | Example |
|---|---|---|
| Gzip File Data | Gzip data to decompress |
Unzip
Decompress a Zip file | key: unzip
| Input | Notes | Example |
|---|---|---|
| Zip File Data | Zip data to decompress |
Example Payload for Unzip⤓
Zip
Compress a Zip file | key: zip
| Input | Notes | Example |
|---|---|---|
| Files | Files to include in the Zip; should be an object with filename keys and values containing file contents |
Collection Tools has useful utilities for building up data to provide to the Zip action.