Re: how to merge attributes?

2018-10-24 Thread l vic
at 5:37 AM l vic wrote: > > > > I have to create sql query from results of rest call (InvokeHttp ) and > original request parameters... > > > > Any idea how i can merge attributes from both in single flowfile for > passing it to "ReplaceText"? If I pass b

Re: how to merge attributes?

2018-10-23 Thread Koji Kawamura
ot;Original" can be auto-terminated in this case. Thanks, Koji On Wed, Oct 24, 2018 at 5:37 AM l vic wrote: > > I have to create sql query from results of rest call (InvokeHttp ) and > original request parameters... > > Any idea how i can merge attributes from both in single flow

how to merge attributes?

2018-10-23 Thread l vic
I have to create sql query from results of rest call (InvokeHttp ) and original request parameters... Any idea how i can merge attributes from both in single flowfile for passing it to "ReplaceText"? If I pass both "Original" and "Result" from "InvokeHttp&