You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Pierre Villard (JIRA)" <ji...@apache.org> on 2018/03/20 10:18:00 UTC

[jira] [Resolved] (NIFI-4984) PutMongo processor : specifying nested field and multiple field on Update Query Key properties

     [ https://issues.apache.org/jira/browse/NIFI-4984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre Villard resolved NIFI-4984.
----------------------------------
    Resolution: Duplicate

Closing as duplicate since there is a PR under review on NIFI-4989.

> PutMongo processor : specifying nested field and multiple field on Update Query Key properties
> ----------------------------------------------------------------------------------------------
>
>                 Key: NIFI-4984
>                 URL: https://issues.apache.org/jira/browse/NIFI-4984
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Extensions
>    Affects Versions: 1.5.0
>            Reporter: Yves HAMEL
>            Priority: Minor
>
> Hello everyone,
> I am using PutMongo processor to update documents in a mongoDB collection.
> I would like to specify nested field and multiple key in the update Key.
> For exemple :
>     - my mongodb documents are \{"nom":"HAMEL", "prenom":"Yves", "ids":{"idSoc":"1234", "idInterne":"788"}} -
>    - I would'd like to set update query key to something like \{"ids.idSoc" , "nom"}
>    - this would means that I update document with ids.idSoc and nom equals to my mew document.
> Those function are available with the native mongodb db.collection.updateOne() method.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)