Not right now. It wouldn't be too hard to add for 1.5. Would supplying a comma-separated list of top-level keys be enough? Something like:
siren,nic I am not sure how you'd handle something like "something.siren,another.nic" if that's possible (I know you can supply update operators like that, so I have to ask). On Wed, Nov 15, 2017 at 1:32 PM, DENIMAL Thomas <[email protected]> wrote: > No one with the same issue ? > > On 2017-11-04 14:18, DENIMAL Thomas <[email protected]> wrote: > > Hello ,> > > I'm using NIFI 1.4.0 with Mongodb 3.2.17.> > > > > > > > > Is it possible to use a composite key for "Update Query key" parameter > with PutMongo processor ?> > > My collection "primary key" is a composite key of 2 columns, SIREN & > NIC, (I'm using a composite unique index to ensure uniqueness)> > > > > I want to be able to make upsert operations on that collection with > Nifi.> > > > > Thanks for your help> > > Regards> > > Thomas DENIMAL> > > >
