Re: problem with merging of failed response

2019-01-14 Thread Koji Kawamura
Hello, If you're using InvokeHttp processor to call REST endpoint, enabling "Always Output Response" might be helpful to generate a FlowFile even if the result HTTP status code is not successful. Thanks, Koji On Fri, Jan 11, 2019 at 2:31 PM l vic wrote: > > I have to merge results of

problem with merging of failed response

2019-01-11 Thread l vic
I have to merge results of "original", REST call and sql query responses into one flowfile/json The problem happens if REST call, or sql query result in empty resultset. For example, suppose i have 3 incoming connections for Merge: original->flowfile1/attribute1, REST->flowfile2/attribute2,