Uwe Geercken created NIFI-1608:
----------------------------------
Summary: Enahncements to PutMongo Processor
Key: NIFI-1608
URL: https://issues.apache.org/jira/browse/NIFI-1608
Project: Apache NiFi
Issue Type: Improvement
Components: Core UI
Affects Versions: 0.5.1
Environment: all
Reporter: Uwe Geercken
Priority: Minor
Mongodb allows to update an existing document by replacing it completely or by
using the $set operator to update all or parts of the document. When an update
to an existing document is made but the update does not contain all fields of
the document, then those fields are lost/deleted.
The PutMongo processor does a complete replacement of an existing document. The
request is to enhance the functionality to allow updates of parts of the
document.
This would allow to e.g. insert a document and later doing updates to parts of
the document.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)