I have a source which produce json data and each file contains only one record as below file1:-
{"X":"12","Y":"23","r":"3","V":"0"}
file2:-
{"r":"32","Y":"24","x":"3","V":"12"}
file3:-
{"v":"1","r":"23","x":"3","y":"23"}
now in nifi I want to filter all files if y=23 and v=0 to one destination and remaining to different destination. can any one help me
my route on attribute processor
can any one please help my to write a condition so that i can filter data as per above requirements
equals
&and
. nifi.apache.org/docs/nifi-docs/html/… – daggett