Modeling Guide for SAP Data Hub

Avro Deserializer

The Avro Deserializer operator converts Avro-encoded messages and produces the contents as CSV-encoded lines.

Configuration Parameters

Parameter

Type

Description

codeSchema

string

The Avro schema used for input message encoding.

Default: ""

Input

Input

Type

Description

in

message

The Avro-encoded message.

Output

Output

Type

Description

out

message

A CSV representation of the input message.