Binary Avro Parser Processor

Add the Binary Avro Parser processor to your pipeline to parse the binary AVRO data to JSON string. Drag the processor to the canvas and click on it to configure:

FieldDescription
Binary Data ColumnSpecify the binary data column to be parsed in string format.
Avro SchemaProvide the Avro schema details in JSON format to convert data from binary format.
Parsed Column NameProvide the new column name to store the parsed data and convert from Binary to String format to produce the JSON string.
ADD CONFIGURATIONUser can add further configurations by providing values after clicking the ADD CONFIGURATION option.
Environment Params
ADD PARAMSUser can add further environment parameters as per requirement.
Top