Synadia Connect
Decompress
NAME | RUNTIME | TYPE | VERSION |
---|---|---|---|
decompress | wombat | scanner | latest |
Decompress the data according to an algorithm, before feeding it into a child scanner.
Configuration
Name | Type | Optional | Secret | Description |
---|---|---|---|---|
algorithm | string | no | no | One of gzip , pgzip , zlib , bzip2 , flate , snappy , lz4 , zstd . |
into | scanner | yes | no | The child scanner to feed the decompressed stream into. The value defaults to {"to_the_end":{}} . |