Hi All, Currently, if you have a CSV file and you want to convert it to JSON in Nifi, you need to do ConvertCSVToAvro->InferAvroSchema (or specify a static schema)->ConvertAvroToJSON.
I have created a processor that goes directly from CSV to JSON. It will use the headers as field names if provided or you can specify the headers. It will also try to determine if the values are numeric or string. Is this something the community would find useful? If so, I can create a ticket and submit a PR. -- Frank Maritato Data Architect
