FileDecompress​File​Decompress

Decompress a file.

yaml
type: "io.kestra.plugin.compress.FileDecompress"
yaml
id: file_decompress
namespace: company.team

inputs:
  - id: file
    description: File to be decompressed
    type: FILE

tasks:
  - id: decompress
    type: io.kestra.plugin.compress.FileDecompress
    from: "{{ inputs.file }}"
    compression: Z
Properties
Possible Values
BROTLIBZIP2DEFLATEDEFLATE64GZIPLZ4BLOCKLZ4FRAMELZMASNAPPYSNAPPYFRAMEXZZZSTD

The algorithm compression of the archive file

The file's internal storage URI.

Format uri

URI of the decompressed file on Kestra's internal storage.