Data Source is a MongoDB Database

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

All properties are very similar to MS SQL Server connection

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

  • vimp/data_sources/mongodb.txt
  • Last modified: 05/01/2023 09:36
  • by admin