MongoDB Export
Export data to a MongoDB database.
Properties
| Name | Type | |
|---|---|---|
| engine | String=mongodb:write | |
| connection | String | |
| collection | String | |
engine
Must be mongodb:write.
- Required
- Yes
connection
The connection string of the MongoDB server.
- Required
- Yes
- Examples
-
mongodb://admin:password@db.example.com:27317/?authSource=admin
collection
The name of the MongoDB collection.
- Required
- Yes