[
https://issues.apache.org/jira/browse/NIFI-4759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16320416#comment-16320416
]
ASF GitHub Bot commented on NIFI-4759:
--------------------------------------
Github user MikeThomsen commented on the issue:
https://github.com/apache/nifi/pull/2392
Thanks @mgaido91. Unfortunately, the user got back to me and told me they
noticed another bug that is related to this so I have to expand on it. I'll
incorporate your feedback into that.
> 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)