Binary-to-Text Parser

Convert binary data into readable text, making it understandable and usable for further analysis or processing.

Processor Configuration

Configure the processor parameters as explained below.

Binary Input Column

Select the column name for which binary data will be parsed.


Base64 Encoded

Specify whether the input data is encoded in Base64 format. This helps the parser correctly interpret and convert the binary data encoded in Base64 into readable text during the parsing process.


Time Out (milliseconds)

Specify the maximum time the parser should wait for processing.


Output Column

Choose or input the column name where the parsed data should be populated.


Metadata Column

Choose or input the column name where metadata should be populated.


Drop Original Column

Whether to drop original column from output after parsing.

Other Configurations

Assign Failed Content

Specify or select the column where the Input Column content will be captured in case of parsing failure.


Additional properties can be added using ADD CONFIGURATION link.

Top