Member since
03-21-2018
18
Posts
0
Kudos Received
0
Solutions
07-07-2018
06:35 AM
@Matt Clarke it doesn't work. It directly goes to unmatched. Means condition is not worked. I have attached flow and configuration of RouteOnAttribute processor Configuration of RouteOnAttribute Processor
... View more
07-06-2018
11:42 AM
I have two flow file:
1) $.category = sport
2) $.temp_array = "music" , "sport" , "traveling"
I just want to check $.category is exist in $.temp_array or not using in expression language.
Ex.
${category:in(${temp_array})}
But it doesn't work with array or (variable). I have used this login on RouteOnAttribute processor. Instead of above example if i write like this:
${category:in("music","sport","traveling")}
then ii will give you perfect output But this is static data. Instead of this i want to use dynamic.
Please help.
... View more
Labels:
- Labels:
-
Apache NiFi