Data Source is a MongoDB

There are three ways of connecting to MongoDB: Direct, Via SSL and Via SSH

The following operation returns all the documents from the products collection where qty is greater than 25 and returns only the _id, item and qty fields:

db.products.find( { qty: { $gt: 25 } }, { item: 1, qty: 1 } )

More examples

For more technologies supported by our ETL Software see Advanced ETL Processor Versions and Visual Importer ETL Versions

Confused? Ask question on our ETL forum

  • aetle/processing_data/reader/mongodb.txt
  • Last modified: 05/01/2023 07:11
  • by admin