In this article
...
You can use this Snap to decompress the contents content of a binary streamdata. For example, if a File Reader Snap is configured to read a compressed file, you can use this Snap to decompress the contents content before passing the data to a parser Parser Snap. It currently supports decompressing files in the GZIP, BZIP2, and DEFLATE compression schemes. The decompression scheme can be explicitly chosen or automatically detected based on the contents content of the binary streamdata. If the compression scheme is set to AUTO and the incoming data is not compressed, the raw input data is passed through without any changes.
Note |
---|
This Snap only uncompresses the compressed files on the first level. It does not decompress the archived folders which are located at the second level and deeper. This Snap supports decompression of the following compression schemes:
|
...
Field Name | Field Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
Label* Default Value: Decompress | String | Specify the name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your Pipeline. | ||||||
Scheme* Default Value: AUTO | Dropdown list | Specify the decompression scheme to use. The available options include:
| ||||||
Snap Execution* Default Value: Validate & Execute | Dropdown list | Select one of the three modes in which the Snap executes. Available options are:
|
...