You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by dyunggertrude <gi...@git.apache.org> on 2018/01/10 09:40:08 UTC

[GitHub] nifi issue #2259: NIFI-4588 Added the ability to use update operators like a...

Github user dyunggertrude commented on the issue:

    https://github.com/apache/nifi/pull/2259
  
    Hi,
    I need some help
    
    I try to use putMongo 1.5.0 with the ability to not replacing the whole collection (option With operators enabled in Update Mode)
    
    ![image](https://user-images.githubusercontent.com/32461359/34765326-72512c26-f5f1-11e7-9d32-d0def0f01713.png)
    the flow file is like this :
    {  "$set": {
        "type":"Cc",
        "nmess":14488,
       "idgtr":"C-00000-0000-00088-0000-00000-CMF-RMF",
        "last_update":"2018-01-10T09:32:35",
        "libelle":"Bonifacio_Estefan.   " }
    }
    
    When i launch nifi process,   attributes not listed in my flow are deleted !!!
    
    What's wrong in my configuration



---