MongoDB Save

The MongoDB Save node saves documents that were previously read from a MongoDB database and then modified. For each document in the input column a document with corresponding _id field is looked up and its fields replaced with the fields from the document in the table. If no such document exists in the database, the document from the table is inserted. Therefore the behavior is equal to an update with the upsert option turned on.

Options

Database
The database name
Collection
The collection name
Input column
The column which contains the documents to be saved
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.