MongoDB Export

Export data to a MongoDB database.

Properties

NameType
engineString=mongodb:write
connectionString
collectionString

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