Member since
10-21-2022
3
Posts
0
Kudos Received
0
Solutions
10-21-2022
10:09 AM
Ok thanks. I figured as much.
... View more
10-21-2022
07:51 AM
This question was asked by a different person in the forum but nobody answered. I'm hoping it will get noticed this time. In Nifi, is there a way to validate JSON files using a JSON schema file, where the processor has full use of a JSON schemas functionality? For example, I need the schema to check for enum, required fields, max and minimum records etc. From what I've researched the only way to do this with NiFi is to use an ExecuteScript or ExecuteSreamCommand processor to run a script, but it also requires installing json schema packages. Is this an accurate statement?
... View more
Labels:
- Labels:
-
Apache NiFi
10-21-2022
07:42 AM
I also am having the same issue in needing to validate json against a json schema. Is there any way this can be done without installing schema packages for groovy or python to use in the ExecuteScript processor? Or should my team just use XML files since there is a validateXML processor?
... View more