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

Forum Posts

Records not marrying up based on Email

I have a pipeline which is pulling data from 2 salesforce orgs. These data sets are then combined and matched based on the email address using a sort and join (left outer) snap. The end result is an upsert operation is in 1 of the orgs. When executed...

NAl by Contributor
  • 2825 Views
  • 9 replies
  • 1 kudos

Resolved! Cumulative sum of a value in an array

Hi Everyone, I need help on an expression solution. The “sum” should be the sum of the value(s) of “key2” from previous records till the current record within the array. I’m trying to make it using the “reduce” function. Input: [ { "key1": "val...

spinaka by New Contributor III
  • 4648 Views
  • 6 replies
  • 4 kudos

Resolved! Group by fields with specific group size

Hello All, Is there a way we can use group by fields limited to a group size? Group by fields snap doesn’t let us specify a group size, so if we try to create groups based on a field, whether the occurrence of the field is 5 times or 500 times, outpu...

Dynamic Table Loads

Trying to do ETL to move source data to target db. I don’t want to create a pipeline for every single table. There are hundreds of tables. To start I want it to do this simply and assume a truncate and reload of all the tables. I will worry about ...

fmdf by New Contributor III
  • 1902 Views
  • 1 replies
  • 1 kudos

Excel Parser - reading dd/mm/yyyy format

I am reading a list of Dates in excel. Excel region settings are Australian (so dd/mm/yyyy). Excel file sample is: Using the excel parser the output is all converted to American format (mm/dd/yyyy): SnapLogic clearly knows it is dealing with Dates....

scotth by New Contributor II
  • 1243 Views
  • 1 replies
  • 0 kudos