Convert records from one Avro schema to another, including support for flattening and simple type conversions
avro, convert, kite
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.
Name | Default Value | Allowable Values | Description |
---|---|---|---|
Input Schema | Avro Schema of Input Flowfiles Supports Expression Language: true | ||
Output Schema | Avro Schema of Output Flowfiles Supports Expression Language: true |
Dynamic Properties allow the user to specify both the name and value of a property.
Name | Value | Description |
---|---|---|
Field name from input schema | Field name for output schema | Explicit mappings from input schema to output schema, which supports renaming fields and stepping into nested records on the input schema using notation like parent.id |
Name | Description |
---|---|
success | Avro content that converted successfully |
failure | Avro content that failed to convert |