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
Example: Running Queries against MongoDB
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 } )
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