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

Forum Posts

Resolved! Sum in a loop

Hi, I have an default value for field $sum=390 and 10 input records(count may increase/decrease). Requirement :Each row should get $sum=$sum+10. if 1st row having sum=400, 2nd sum=410… Please suggest.

nirupama by New Contributor II
  • 1253 Views
  • 5 replies
  • 1 kudos

Zip File Write

Hi Team, I am trying to write a zip file with data as CSV formatted with file name as exteact.zip. I was able to write it as zip file but when i extract it i see a file inside with input0. But I don’t want this input0 to be inside the zip instead i w...

Manigandan by New Contributor II
  • 486 Views
  • 1 replies
  • 2 kudos

Resolved! Map Json Structure

Currently we have json data like this : { “Test”: “1” “SerialNumbers”: { “SerialNo”: [ “123”, “456” ] } The desired output is like this: { “Test”: “1” “SerialNumbers”: [ {“SerialNo”: “123”}, {“SerialNo”: “456”} ] } Is there any function we could use ...

SIngle log file

I have a pipeline which updates records between systems. The pipeline runs on a schedule and some records are not getting updated. Hence I want to create a log file which is written to everytime the pipeline runs. The log file would hold the date/t...

peter by New Contributor III
  • 1280 Views
  • 3 replies
  • 0 kudos

Replace value according to its poition

Below is the Input [ { “@id”: “2”, “col”: [ { “@id”: “2”, “@transable”: “yes”, “$”: “Replace1” }, { “@id”: “3”, “@transable”: “no”, “$”: “Replace2” } ], “group”: [ { “A”: “A1”, “B”: “B1”, “C”: “C1”, “D”: “D1”, “E”: "E1 ", “F”: “F1”, “G”: “G1”, “H”: “...

KTsnap by New Contributor III
  • 1953 Views
  • 14 replies
  • 4 kudos

Resolved! How to filter files from directory

Hi Snaplogic experts, iam struggling with one task - get two files from source directory and process them (everything works fine if both files are there or one of the files is in directory) My problem is - if both files are not presented, send an em...

SL12345 by New Contributor III
  • 2650 Views
  • 6 replies
  • 5 kudos