Last updated
Was this helpful?
This operation takes base64/hex-encoded bzip2-compressed data as input, decodes it, decompresses it using the bzip2 algorithm, and returns the original uncompressed data as a string.
These are the input/output expected data types for this operation:
String - Base64 or hex-encoded bzip2-compressed data.
String - Decompressed original data
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Suppose you want to decompress a series of strings that have been compressed using the bzip2 compression algorithm. To do it:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose Bzip2 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?
Was this helpful?
QlpoOTFBWSZTWebY/t8AAAGXgGAEAEAAgAYEkAAgACIjNDahADCbaTwKg3hdyRThQkObY/t8 -> Hello, World!
