Skip to main content

Retrieve details from a zip file

Retrieve the files and folder structure information of a provided ZIP file.

Application

  • Data

Inputs (what you have)

NameDescriptionData TypeRequired?Example
ZIP fileZIP file to retrieve the file information fromFileYes

Outputs (what you get)

NameDescriptionData TypeRequired?Example
ZIP file detailsA JSON Array of all files included in the provided ZIP fileList of undefinedNo
Zipped file sizeThe compressed file size in bytes of the provided ZIP fileNumber with decimalsNo
Number of filesThe total number of files, including files in folders, in the provided ZIP fileNumberNo

Outcomes

NameDescription
SuccessThis 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