Zlib Decompress
Description
This operation takes base64/hex-encoded zlib-compressed data as input, decodes it, decompresses it using the zlib algorithm, and returns the original uncompressed data as a string.
Data types
These are the input/output expected data types for this operation:
Input data
- Base64-encoded zlib-compressed data.
Output data
- Decompressed original data
Parameters
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Example
Suppose you want to decompress a series of strings that have been compressed using the Zlib compression algorithm. To do it:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose Zlib Decompress.
Set Input Format as Base64.
Give your Output field a name and click Save. You'll get the division results. For example:
You can try out operations with specific values using the Input field above the operation. You can enter the value in the example above and check the result in the Output field.
Last updated
Was this helpful?

