Member since
05-31-2018
31
Posts
2
Kudos Received
0
Solutions
10-01-2018
05:07 PM
Hi, I am using RouteONAttribute Processor and i defined a property and its value contains multiple AND conditions like the following: Property Name: ROUTE1 Property Value: ${text.tag.type:equals('XXX'):and(${txt:contains('AAA')}):and(${txt:contains('BBB')})} The Issue i am facing is that after generating a flow file with attributes text.tag.type = XXX and txt = AAA,BBB it always route to unmatched while it should route to ROUTE1 Thanks ...
... View more
Labels:
- Labels:
-
Apache NiFi
09-25-2018
08:45 AM
Hi, I need to apply regular expression on file file attribute not on flow file content using ExtractText processor. How can i achive this. Thanks,,
... View more
Labels:
- Labels:
-
Apache NiFi
09-18-2018
07:38 PM
2 Kudos
Hi, I am using RouteONAttribute Processor and i defined a property and its value contains multiple OR and AND conditions like the following: Property Name: ROUTE1 Property Value: ${text.tag.type:equals('XXX'):and(${txt:contains('YES')}):or(${text.tag.type:equals('YYY')}):and(${txt:contains('NO')})} The Issue i am facing is that after generating a flow file with attributes text.tag.type = XXX and txt = YES CORRECT it always route to unmatched while it should route to ROUTE1 Thanks ...
... View more
Labels:
- Labels:
-
Apache NiFi
08-05-2018
03:41 PM
Hi, Need to parse binary ASN.1 BER .Please suggest to do in Apache NIFI. Regards,
... View more
Labels:
- Labels:
-
Apache NiFi
06-13-2018
08:44 PM
@Bryan Bende Thanks for you support. yes it is duo to the back-pressure
... View more
06-13-2018
06:08 PM
Hi, I have the following data flow and the WW processor is not pulling data from the queue , how can i force the WW processor to pull flowfiles from the queue between it and its predecessor processor (XX processor). optimized-nifi8.jpg Thanks,,,,
... View more
Labels:
- Labels:
-
Cloudera DataFlow (CDF)
06-11-2018
06:48 PM
thanks. works perfectly
... View more
06-11-2018
05:28 PM
Thanks it works.
... View more
06-11-2018
05:27 PM
Hi, How to move the flowfiles from one queue/relationship to another one through NiFi Web Interface. Thanks,,
... View more
Labels:
- Labels:
-
Cloudera DataFlow (CDF)
06-10-2018
05:55 PM
Hi, I have 100K flowfiles generated by custom processor and i need to store them to mySQL DB, I need to process the 100k flowfiles by multiple ConvertJsonToSQL Processors concurrently to speed the insertion process. what is the processor that i should use between the custom processor and ConvertJsonToSQL processors (4 ConvertJsonToSQL processors) in order to achieve that. Thanks,,
... View more
Labels:
- Labels:
-
Cloudera DataFlow (CDF)