You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Puspak <pu...@gmail.com> on 2019/04/12 09:42:39 UTC

How to pass a flowfile attribute into the query of a getMongo

hi 

How to pass a flowfile attribute into the query of a getMongo in nifi to
fetch a particular record



--
Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/

Re: How to pass a flowfile attribute into the query of a getMongo

Posted by Puspak <pu...@gmail.com>.
Thanks for the response



--
Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/

Re: How to pass a flowfile attribute into the query of a getMongo

Posted by Bryan Bende <bb...@gmail.com>.
Hi,

You can use expression language in the Query property in GetMongo,
such as ${query} to reference an attribute called 'query'.

-Bryan

On Fri, Apr 12, 2019 at 6:53 AM Puspak <pu...@gmail.com> wrote:
>
> hi
>
> How to pass a flowfile attribute into the query of a getMongo in nifi to
> fetch a particular record
>
>
>
> --
> Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/