As pictured, your setup will not work because MergeContent will not bin the two connections together. What you'll want to do is to route both connections through a funnel, which will turn your two connections into one. Then route the output of the funnel to MergeContent.
On Wed, Feb 20, 2019 at 10:43 AM l vic <[email protected]> wrote: > Hi, > I have "original" flowfile in my flow that i have to merge with result of > REST call ( see attached) > I am looking at the "MergeContent" processor to do it but it seems from > documentation that using it for merging different connections is not > recommended: > "It is recommended that the Processor be configured with only a single > incoming connection, as Group of FlowFiles will not be created from > FlowFiles in different connections. This processor updates the mime.type att > ribute as appropriate". > I am not sure i understand how "merging" work in MergeContent... What > would be the strategy to merge result of my operation with original > flowfile? > Thank you, > -- http://www.google.com/profiles/grapesmoker
