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

Forum Posts

Resolved! Slicing Data from JSON

Hello SnapLogic Community,I'm a Salesforce administrator working with SnapLogic to process data from an Oracle server. My pipeline calls a function that returns a multi-level JSON file. I need to extract data from this JSON and insert it into various...

JanosIT by New Contributor II
  • 279 Views
  • 3 replies
  • 0 kudos

jsonpath in expression library

I would like to use a jsonpath in an expression library, but I am unsure of the syntax with parameters.custfield is a json array of custom field data and fieldname is a stringThis is what I attempted:{customField: (custfield,fieldname) => jsonPath($,...

reuben by New Contributor
  • 615 Views
  • 2 replies
  • 0 kudos

Filtering Objects

Hello Experts,I have below Object input containing string values. Can someone please provide expression to get rid of duplicate values?[ { "ack": { "QueueURL": "https://www.google.com", "ReceiptHandle": "12345678", "content": "ABCDEFG" } }, { "ack": ...