csvReader property set: enter image description here
Here is the schema I created and registered in AvroSchemaRegistry
{ "namespace": "nifi", "type": "record", "name": "users", "fields" : [ {"name": "first_name", "type": "string"}, {"name": "last_name", "type": "string"}, {"name": "age", "type": "int"} ] }
Error I encountered upon running the Apache-nifi processor
org.apache.nifi.schema.access.SchemaNotFoundException: FlowFile did not contain appropriate attributes to determine Schema Text