Skip to content

Unzip files

Description

The Unzip Files activity extracts the contents of a .zip archive file provided by a previous activity. It supports standard ZIP compression and can also handle password-protected archives when the correct password is supplied.

Each file extracted from the archive is made available for downstream activities such as data ingestion, transformation, or storage.

Use case:
Use this activity after receiving a compressed dataset from email, API, or upload to extract its contents for further processing in your workflow.


Input

Input TypeFormatDescription
FileZIPThe compressed file to be extracted (must be .zip)

Output

Output TypeFormatDescription
FilesBinaryOne or more extracted files, ready for downstream use

Configuration Fields

Field NameDescription
PasswordOptional. Password to decrypt the ZIP file if it is encrypted.

Sample Input

Not Applicable


Sample Configuration

FieldValue
PasswordmySecret123

Sample Output

File NameSizeDownload
data1.csv24 KB🔽
metadata.json2 KB🔽
images/photo.png350 KB🔽

All extracted files can be accessed by downstream steps such as File Reader, Data Upload, or Email Send.