Matt, Thanks for letting me know you're looking into this. When playing around a bit more I actually came across an interesting benefit of this behaviour. If the input file is guaranteed to consist of a JSON object per line, the file can be parsed line by line. This means that not the whole file has to be loaded in memory, which could be beneficial for files of several MBs or even GBs. May be an interesting use-case to keep in mind when looking into this.
Regards, Bas -- View this message in context: http://apache-nifi-users-list.2361937.n4.nabble.com/Validating-an-array-of-objects-using-ConvertJSONToAvro-tp832p862.html Sent from the Apache NiFi Users List mailing list archive at Nabble.com.
