Data Decompressor Component

The Data Decompressor takes compressed RawData in on its default Input Channel, removes the compression tag, decompresses the data using the algorithm specified in its tag, and outputs the decompressed RawData on its default Output Channel. If the data passed in is not compressed, or if the compressionAlgorithm specified in the tag is unrecognized, an error is generated.

Data Governance

The output data item of the Data Decompressor component is registered as being derived from its input data item.

Input Channels

default — Receives Compressed RawData that is to be decompressed.

Output Channels

default — Outputs the decompressed RawData object.

error — Outputs an ErrorOutput object if the input data object isn’t tagged, or specifies an unsupported compression algorithm.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us