Designing and Running Pipelines
Discuss how to use the SnapLogic platform.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

File writer snap smb

I want to wrtite a file out with the date formatted for NY time MM/DD/YYYY using the smb. Here is one that i have tried but i dont know the syntax for it. Equal decorator must be selected to send it to this spot. I have tried with ’ or " around them ...

Resolved! Mongo DB Update Snap - Expression for Query

The following query works in MongoDB Atlas to update a record: db.mytable.update ( { _id : ObjectId(‘1234’) }, { $set : { “org_name” : “new org name” } } ) How do we configure this for use with the Mongo DB -Update snap? any one have an example?

Jake_pm by New Contributor II
  • 822 Views
  • 1 replies
  • 0 kudos

Pagination in HTTP Client snap

Hi All, I am working with HTTP client snap and this is my first snap in the pipeline and i am using GET method to read data from API. I have to make sure data from all pages gets captured from source and for that i have to use pagination. Can anyone ...

Pakhi by New Contributor III
  • 1287 Views
  • 6 replies
  • 0 kudos

Oracle execute syntax

I am running select queries in Oracle execute. They run fine but i have 2 issues. I am unable to use any where clauses and I am unable to do any kind of date formatting in the mapper. For example, i need the format of the date to be MM/DD/YYYY but wh...