Member since
05-31-2018
31
Posts
2
Kudos Received
0
Solutions
06-27-2021
05:49 AM
1 Kudo
A high performance ASN.1 decoder for NiFi. https://github.com/BonyanSystem/ASN1Processor
... View more
10-01-2018
05:52 PM
@yazeed salem Your NiFi expression Language statement looks good. I even tested base on your example and it routed my flowfiles correctly Make sure that each of the FlowFiles being processed have required FlowFile Attributes set on them. You can stop your RouteOnAttribute processor and allow a few files to queue in the connection feeding it. Then right click on connection and select "List queue". You can then click on "details" icon to far left of any FlowFIle to verify that it does have correct attributes set on it. - - Thank you, Matt - If you found this answer addressed your question, please take a moment to login in and click the "ACCEPT" link.
... View more
09-25-2018
09:49 AM
@yazeed salem By using Extract Text processor we are able to work only on flowfile content. Use UpdateAttribute processor as this processor meant for updating the values of Existing attributes (or) add new attributes based on the existing/new values. We can also use NiFi expression language in UpdateAttribute processor for regex use replaceAll .. etc string manupulation functions and apply your regex on the attributes of the flowfile. - if the Answer helped to resolve your issue, Click on Accept button below to accept the answer, That would be great help to Community users to find solution quickly for these kind of issues.
... View more
03-28-2019
11:32 AM
@Shu can i use this with filename i mean i would like to filename after validating two conditions in RouteONAttribute ${filename:contains("csv.done")}:and ${filename:contains(".csv")}
... View more
06-13-2018
08:44 PM
@Bryan Bende Thanks for you support. yes it is duo to the back-pressure
... View more
06-11-2018
06:48 PM
thanks. works perfectly
... View more
06-11-2018
05:28 PM
Thanks it works.
... View more
06-04-2018
07:49 AM
Excellent. it works. Thanks Mr. Jay
... View more