In NiFi,
I have a JSON data coming in, and I am using SplitJson and EvaluateJson to store the required components of the Json data in my own variable.
How can I implement an if-elseif-else condition on the Json data value?
For example, if attributeA==0, relationship = pass, else fail, and so on.