ExtractAvroMetadata 2.0.0

Bundle
org.apache.nifi | nifi-avro-nar
Description
Extracts metadata from the header of an Avro datafile.
Tags
avro, metadata, schema
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success A FlowFile is routed to this relationship after metadata has been extracted.
failure A FlowFile is routed to this relationship if it cannot be parsed as Avro or metadata cannot be extracted for any reason
Writes Attributes
Name Description
schema.type The type of the schema (i.e. record, enum, etc.).
schema.name Contains the name when the type is a record, enum or fixed, otherwise contains the name of the primitive type.
schema.fingerprint The result of the Fingerprint Algorithm as a Hex string.
item.count The total number of items in the datafile, only written if Count Items is set to true.