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

[jira] [Created] (NIFI-4759) PutMongo fails when the update key is not _id

Mike Thomsen created NIFI-4759:
----------------------------------

             Summary: PutMongo fails when the update key is not _id
                 Key: NIFI-4759
                 URL: https://issues.apache.org/jira/browse/NIFI-4759
             Project: Apache NiFi
          Issue Type: Bug
            Reporter: Mike Thomsen
            Assignee: Mike Thomsen


This works:

{
    "_id": "1234",
    "$set": { "msg": "Hello, world" }
}

This does not:

{
    "uniqueKey": "12345",
    "$set": { "msg": "Hello, World" }
}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)