Retrieve the files and folder structure information of a provided ZIP file.
Application
Data
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
ZIP file | ZIP file to retrieve the file information from | File | Yes |
|
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
ZIP file details | A JSON Array of all files included in the provided ZIP file | List of undefined | No |
|
Zipped file size | The compressed file size in bytes of the provided ZIP file | Number with decimals | No |
|
Number of files | The total number of files, including files in folders, in the provided ZIP file | Number | No |
|
Outcomes
Name | Description |
Success | This status is selected if the job has successfully completed. |
Supported Archive File Types
ZIP-based formats
These are handled as ZIP archives:
.zip.whl.jar.war.ear.apk.epub.docx.xlsx.pptx.ipa.kmz.xpi.odt.ods.odp
7-Zip formats
.7z
TAR-based formats
These are handled as TAR archives and common compressed variants:
.tar.tgzβ normalized to.tar.gz.tar.gz.tar.bz2.tar.xz.tbz.tbz2.txz.gzβ treated as.tar.gz.bz2β treated as.tar.bz2.xzβ treated as.tar.xz
