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
04-06-2018
12:19 PM
I have tried replceText processor to remove first 5 letters but it doesn't work..Please suggest me the best way to remove first 5 letters in NiFi
... View more
Labels:
- Labels:
-
Apache NiFi
03-22-2018
12:09 PM
i hve tried uuid() function but it repeat records like :-
... View more
03-22-2018
11:33 AM
I have tried this solution but it inserts only last record i.e record with "id":412
... View more
03-22-2018
09:57 AM
My input is like case 2 and want output should be I have used PutHbaseCell processor but it store two ids in one row.i want to store on different row
... View more
03-22-2018
09:19 AM
{"id":"412","name":"Apparel Fabric","path":"Arts, Crafts & Sewing/Fabric/Apparel Fabric"},{"id":"604","name":"Apparel Fabric","path":"Arts, Crafts & Sewing/Fabric/Apparel Fabric"} I'm expecting this type of output for above json data
... View more
03-22-2018
06:50 AM
Here is the sample json data @Shu {"id" : "1334134","name" : "Apparel Fabric","path" : "Arts, Crafts & Sewing/Fabric/Apparel Fabric"},
{"id" : "412","name" : "Apparel Fabric","path" : "Arts, Crafts & Sewing/Fabric/Apparel Fabric"}
... View more
03-21-2018
11:08 AM
Please tell me how to store json multiple line data in hbase from NiFi.
... View more
Labels:
- Labels:
-
Apache HBase
-
Apache NiFi