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

Forum Posts

Array to FlatFile

I have the following json: [ { “name”: [ “John”, “Rick”, “Martha” ], “city”: [ “New york”, “Washington”, “Delhi” ], “gender”: [ “Male”, “Male”, “Female” ] } ] Need to write this into csv but csv formatter needs the data to be flattened. How can i do ...

Alert Message

All, I am following this link https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/118652941/Alerts+Activity+Log+Notifications to create an Alert. But I cannot find the Alerts/Activity Log Notifications and proceed further. However I see Activit...

Sombit by New Contributor
  • 2191 Views
  • 5 replies
  • 0 kudos

Resolved! Problem with grouping objects

I have tree xml files. Each of the files contains the same section “Workers” and another section which doesn’t have to be in another file. I would like to group it after common section and get situation in which specific Employee contain such tags wh...

Passing dynamic value to pipeline

Hi Team, I have design a pipeline, and the pipeline has the same functionality as my other 3 pipelines. only difference is the source and target path from where my pipeline needs to read and write data is different. can the source and target path va...

Mapping requirement

I have the following :- [{ “key”:[ “name”, “organization”, “city”, “state” ], “value”:[ “abc”, “xyz”, “pune”, “maharashtra” ]}, { “key”:[ “name”, “organization”, “city”, “state” ], “value”:[ “cde”, “pqr”, “mumbai”, “maharashtra” ]}, { “key”:[ “name” ...