Matt, I understood that each property actually becomes a relationship. I didn’t understand the way routeonattribute behaves initially, but after looking at the processor documentation, I figured out how to implement this.
The documentation is very good and in detail. Thanks to the community. From: Matthew Clarke <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Wednesday, November 11, 2015 at 5:19 PM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: Route On Attribute Processor Naveen, You need to add new properties to that processor. Each property you add becomes a new relationship. You can use the NiFi expression language to construct your routing rule in each property. What attribute are you trying to use to route with? I can help you create some rules. Matt On Nov 11, 2015 3:50 PM, "Madhire, Naveen" <[email protected]<mailto:[email protected]>> wrote: Hi, I’ve a question on RouteOnAttribute processor, I don’t see any “matched” relationship in the processor, it only has “unmatched” relationship. I’ve implemented this and I could only see the “unmatched” ones. So what happens to the flow files when the condition actually satisfies? Auto terminate relationships [http://10.94.96.244:8080/nifi/images/iconInfo.png] unmatched FlowFiles that do not match any user-define expression will be routed here Thanks, Naveen ________________________________ The information contained in this e-mail is confidential and/or proprietary to Capital One and/or its affiliates and may only be used solely in performance of work or services for Capital One. The information transmitted herewith is intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer. ________________________________________________________ The information contained in this e-mail is confidential and/or proprietary to Capital One and/or its affiliates and may only be used solely in performance of work or services for Capital One. The information transmitted herewith is intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer.
