Bzip2 Decompress

Description

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.


Data types

These are the input/output expected data types for this operation:

Input data

- Base64 or hex-encoded bzip2-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 *):

chevron-rightInput Formathashtag

Choose the input format of your data between Base64 (default) or Hex.


Example

Suppose you want to decompress a series of strings that have been compressed using the bzip2 compression algorithm. To do it:

  1. In your Pipeline, open the required Action configuration and select the input Field.

  2. In the Operation field, choose Bzip2 Decompress.

  3. Set Input Format as Base64.

  4. Give your Output field a name and click Save. You'll get the division results. For example:

circle-info

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?