Skip to main content

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

InputNotesExample
File Data

File to Gzip compress


Decompress Gzip

Decompress Gzip file | key: decompressGzip

InputNotesExample
Gzip File Data

Gzip data to decompress


Unzip

Decompress a Zip file | key: unzip

InputNotesExample
Zip File Data

Zip data to decompress

Example Payload for Unzip
Loading…

Zip

Compress a Zip file | key: zip

InputNotesExample
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.

Example Payload for Zip
Loading…