Hey,
I am trying to automatically infer an arvo schema from a JSON object. Unfortunately I think I'm missing something and I'm not sure what. I am trying to infer the schema automatically as the data feed is still under dev, and there will be changes. I have already setup anther flow using the Evaluate JSON path and replace text processor and don't want to constantly update it.
Have set the "Schema Output Destination" to "flowfile-attribute" and the "Input Content Type" to JSON. In the ConvertJSONToArvo processor I have set the record schema to "${inferred.avro.schema}"
Thanks for your time
James