29 results
Sorted by:
10-29-2020
04:23 AM
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...
08-18-2022
03:38 PM
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...
08-06-2021
09:51 AM
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...
07-18-2018
01:25 PM
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...
by
aditya_sharma
in Designing and Running Pipelines
05-16-2019
07:05 AM
05-16-2019
07:05 AM
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...
- Tags:
- mongodb
by
SnapIntegration
in Designing and Running Pipelines
08-30-2022
02:22 PM
08-30-2022
02:22 PM
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...
- Tags:
- expression_language
by
asharifian
in Patterns

03-14-2022
04:55 PM
03-14-2022
04:55 PM
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...
by
SnapIntegration
in Designing and Running Pipelines
11-03-2022
12:45 PM
11-03-2022
12:45 PM
Hey guys: how do I read data from a Mongodb Collection using Mongodb Find snap but take only the top 10 records? Thank you!
by
SriramGopal
in Patterns
02-14-2019
03:00 PM
02-14-2019
03:00 PM
...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...
by
Sachin
in Designing and Running Pipelines
04-18-2019
07:53 AM
04-18-2019
07:53 AM
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...
- Tags:
- mongodb