ArchiveDecompress ArchiveDecompress

yaml
type: "io.kestra.plugin.compress.ArchiveDecompress"

Decompress an archive file

Examples

yaml
id: "archive_decompress"
type: "io.kestra.plugin.compress.ArchiveDecompress"
from: "{{ inputs.files }} "
algorithm: ZIP

Properties

algorithm

  • Type: string
  • Dynamic:
  • Required: ✔️
  • Possible Values:
    • AR
    • ARJ
    • CPIO
    • DUMP
    • JAR
    • TAR
    • ZIP

The algorithm of the archive file

from

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️

The file internal storage uri

compression

  • Type: string
  • Dynamic:
  • Required:
  • Possible Values:
    • BROTLI
    • BZIP2
    • DEFLATE
    • DEFLATE64
    • GZIP
    • LZ4BLOCK
    • LZ4FRAME
    • LZMA
    • SNAPPY
    • SNAPPYFRAME
    • XZ
    • Z
    • ZSTD

The algorithm compression of the archive file

Outputs

files

  • Type: object
  • SubType: string

The url of the zip file on kestra storage