MongoDB Update

The MongoDB Update updates documents saved in a MongoDB database according to JSON in the update column.

Options

Database
The database name
Collection
The collection name
Query column
The column which contains the query that selects the documents to be updated
Update column
The column which contains the updated fields
Upsert
Set to true if a new document should be inserted if there are no matches to the query.
Update multiple documents
If selected all documents in the collection according to the specified arguments get updated otherwise onls a single document is updated.
Bulk size
The number of documents that are send as one bulk for execution

Input Ports

Icon
The table with documents to be written
Icon
The MongoDB Connection

Output Ports

Icon
The input MongoDB Connection.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.