Decompress archive
Transformer, allows the user to unpack input zip, bzip2, gzip and 7z files.
- Unpack each file into separated directory
- When checked, a directory will be created for each input file. Otherwise, all files will be decompressed into a single directory
- Format
- Input archive format. Can be zip, bzip2, gzip, 7z or auto, which means the format will be determined by the file extension
- Skip file on error
- When an error occurs with a file when processing multiple files, continue execution
Characteristics
- ID
- t-unpack
- Type
- transformer
- Inputs
- Files
- Outputs
- Files
- Look in pipeline
The Decompress archive component unpacks zip, bzip2, gzip and 7z files from the input. Typically used after downloading a compressed file using HTTP Get.