Create a Postgresql table from Avro Schema in Nifi
问题 Using InferAvroSchema I got an Avro Schema of my file. I want to create a table in PostregSql using this Avro schema. Which processor I have to use. I use : GetFile->InferAvroSchema-> I want to create a table from this schema -> Put databaseRecord. The avro schema : { "type" : "record", "name" : "warranty", "doc" : "Schema generated by Kite", "fields" : [ { "name" : "id", "type" : "long", "doc" : "Type inferred from '1'" }, { "name" : "train_id", "type" : "long", "doc" : "Type inferred from