This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I am designing a pipeline to update the accounts stored in a MongoDB collection.
The senario is: I have used Mongo - Insert to put salesforce data into one Mongo Database collection. However, t...
Hi All,
In one project I am using MongoDB find snap
query:([{$fisrstQuery},{$second}]). i am getting $firstQuery as string instead of value it’s hold
i need like this ([{“topic”:“test”},{“m...
Is there any support for MongoDB distinct queries in SnapLogic? I’m trying to execute a query like this:
db.Reason.distinct(“Values.Reason”)
The Find snap seems to only accept JSON formatted e...
I have a child pipeline, which contains a MongoDB Update Snap, and I am trying to have the Update Query be an expression so I can take into account parameters passed down to the child pipeline.
T...
Hi,
I am trying to filter the records from MongoDB Select snap using date filter but somehow it is not working. I am using below expression in condition. Please suggest if I am doing something w...
I have inserted salesforce data into one of the Mongo database collections using MongoDB Insert. However, I will have to update the salesforce data I just inserted. How do I accomplish this by u...
Created by @asharifian
This pattern provides an example pipeline to replicate data from Salesforce to multiple different database types: SQL Server, MongoDB, and Oracle. Data replication is u...
...artitioned Load
For every load, the data gets partitioned automatically based on the transaction timestamp in the storage layer (S3)
Configuration
Sources : NoSQL Database, MongoDB Table
Targets : A...
Good Day everyone,
I came across this issue when using the mongodb update snap, it seems on update and insert using the upsert setting (on update alone it still gives the issue), all number v...