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

Forum Posts

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
  • 2195 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
  • 4134 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
  • 5120 Views
  • 6 replies
  • 5 kudos

Resolved! Rest Post multipart/form-data

Hi there, I am trying to upload a file to a REST post web service. From the developer guide here is a code sample: and the parameters. I have tried passing an encoded base64 string using binary to document, but looking at the code sample, the web s...

Tommy by New Contributor III
  • 3377 Views
  • 1 replies
  • 0 kudos