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.

Input Column

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


Is Input 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 Input Column

Option to drop the original input column after processing. This feature helps streamline data inspection and enhances performance by reducing unnecessary columns.


Assign Failed Content

Choose or provide a column name where input content will be stored in the event of parsing failure.

Additional properties can be added using ADD CONFIGURATION link.

Top