Enrich from MongoDB
The Enrich from MongoDB mapping (mongodb) retrieves a document from MongoDB using the ID found at the from path. The result is fetched from the specified collection and inserted at the to path in the message.
Attributes for MongoDB Enrichment
| Attribute | Required | Description |
|---|---|---|
| from | Y | Defines the source field for the mapping. |
| to | Y | Defines where the result should be inserted. |
| Function | Y | Should be set to "Enrich from MongoDB". |
| Function type | Y | Must be "Enrichment" |