RE: Merge? Notify? Wait?

2019-03-27 Thread William Gosse
That is an awesome idea! I’m definitely going to try that. Thank you. From: Mark Payne Sent: Wednesday, March 27, 2019 2:42 PM To: users@nifi.apache.org Subject: Re: Merge? Notify? Wait? [CAUTION: This email originated from outside of Kodak Alaris. Do not click links or open attachments

Re: Merge? Notify? Wait?

2019-03-27 Thread Mark Payne
William, You should be able to perform this using the Wait/Notify pattern. But I think a simpler (and likely better performing) alternative would be to avoid splitting out into two directions at all and instead use a linear flow: ListFile -> AttributesToJson -> ReplaceText -> InvokeHttp ->

Merge? Notify? Wait?

2019-03-27 Thread William Gosse
I’ve been trying to solve this problem in Nifi for the past couple of days and haven’t been able to find the secret sauce yet. I goes something like this: List/Fetch a file Extract an client name from part of the filename using an UpdateAttribute At this I send the flow in two different