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

Forum Posts

Resolved! Json Path, when some objects don't contain the path

Hello, i have a pipeline that is extracting values from an array using JSON path. This is how it works… Extract the status and effective data from the array where the “activity” = x I use this expression… jsonPath($, “$regulatedActivities[?(@.Activi...

Tommy by New Contributor III
  • 2535 Views
  • 2 replies
  • 4 kudos

Resolved! I have a use case where I have to invoke the one library function with another library function with in same expression library

I have created an expression library as below: { ‘DEPT’: { “EG” : “Engineering”, “HR” : “Human Resource”, “FIN” : “FInance” }, AddDescription : element => (element.filter(x=>x.sector==‘USA’).map(x=> x.extend({‘Description’:this.DEPT.get(x.deptId)}))....

patan by New Contributor III
  • 2214 Views
  • 2 replies
  • 2 kudos

How to divide dates in to custom quarters

I have a special quarter division requirement where I have to allot data to different quarters based on the dates they belong, for this I need to get the first Monday of each month, tried the below logic to get it but not working for the Monday part....

vaidyarm by Contributor
  • 2965 Views
  • 3 replies
  • 2 kudos

Resolved! Map Key value pairs function

Hi, I’m having it very difficult to fill the value of a key/value pair wit another value. I Have an object that consists of a list of strings that are each unique. but with each string inside the object there is a value outside the object for each it...

Resolved! Kafka consumer Skip messages when fail

Hi , We pull the data from Kafka and put it and the database, but we realized the Kafka consumer skips the data/offsets if the pipeline fails. for example: in a run Kafka consumer is supposed to read offset 3,4,5 but it pipeline fails so it skips the...