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

Forum Posts

Converting JSON to HTML Table for Email Snap

Hello. Let’s say I have JSON like the following: [ { “OwnerName”: “Mike Waltz”, “OwnerEmail”: “mwaltz@testcompany.com”, “LeadName”: “John Doe”, “LastModifiedDate”: “2017-10-05T13:43:39.000+0000” }, { “OwnerName”: “Mike Waltz”, “OwnerEmail”: “mwaltz@t...

Task Execute Timing out

Hi, We are using the cloudplex version of Snaplogic. We have a pipeline built that downloads a very large weather data set. We had to build the pipeline to execute in “batches” using the Task Execute snap because the 100mm row+ download files up th...

chthroop by New Contributor III
  • 4650 Views
  • 10 replies
  • 1 kudos

JSON Formatting

Hello Experts, Input :- { “column”: [ { “name”: “firstName” }, { “name”: “lastName” }, { “name”: “middleName” } ], “content”: [ [ “aa”, “bb”, “cc” ], [ “dd”, “ee”, “ff” ], [ “oo”, “pp”, “qq” ] ] } Output :- { “data”: [ { “firstName”: “aa”, “lastName”...

Insert/Update using Join Snap

Hi, I am using Join Snap, to implement the logic of Insert new record and update existing one by doing join on target table. i defined left outer join to read all input records and in router i used condition on input1_column1, the condition is workin...