ChrisSamo632 commented on PR #7782: URL: https://github.com/apache/nifi/pull/7782#issuecomment-1736240181
@dan-s1 more that in my original comment here, I actually suggested a new processor, e.g. `ValidateJsonRecord`, which would be an option to provide alternative functionality But I'd also be mindful to not introduce more processors/functionality unnecessarily, as it could lead to more confusion for users The use cases to address would apart to be: 1. Validate an entire FlowFile against a JSON Schema 2. Validate every JSON Object (or Record in standard NiFi parlance) from within a FlowFile against a JSON Schema - the suggestion is to do this for all Objects and provide a much information as possible as the result, e.g. split the FlowFile content (as appropriate) between `valid` & `invalid` relationships -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
