Member since
03-21-2018
18
Posts
0
Kudos Received
0
Solutions
10-12-2018
05:22 AM
delete.xml I have attached xml file in which I want to remove quotes from two tags and name of tag is <Department> and <LegalDisclaimer>.
... View more
10-06-2018
03:17 PM
<tag key="value">des1"</tag><tag >description desc "des1" dsc</tag> I want to replace quotes which are in tag <> " " </> used with des1. Here we know that des1 so we can easily replace quotes by specifying des1 but what if we don't know the name and we have to remove these quotes .? . I have tried many regEx with replaceText processor in nifi but it didn't work because it also replaces the quotes of value . I Just want to replace the quotes of des1. note: here I have specified des1 but I want regEx which are suitable for all kind of word
... View more
Labels:
- Labels:
-
Apache NiFi
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-10-2018
12:11 PM
I have tried to load variable in PutHbaseCell but it will not take any value
... View more
- Tags:
- HBase
- nifi-processor
Labels:
- Labels:
-
Apache HBase
-
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