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)

Reply via email to