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

Forum Posts

Resolved! Expression for Router

I have a Router snap which evaluates whether an ID exists for records returned in a Salesforce Read Snap. Some of these have an ID, others do not. Right now in the Router snap I have an expression for those that does, '$Id != null, but I can’t work o...

NAl by Contributor
  • 2218 Views
  • 3 replies
  • 0 kudos

Decompressing and reading WINDOWS zip files

Here is a pipeline that reads a .zip file, decompresses (unzips) it and parses it contents. Please note that our current “Decompress” Snap only supports BZIP2, GZIP and DEFLATE. Binary to Document Snap Encode or Decode property is set to NONE Mappe...

Bhavin by Former Employee
  • 4419 Views
  • 3 replies
  • 1 kudos

How to achieve below one : merging documents

Hi All, How to achieve this in snaplogic . I tried using different snaps like joiner,union,group by , but none is giving desired output. Input: [ { “filename”: “a1.dat”, }, "filename": "a2.dat", }, { “count”: 2, “type”: “pdf” } ] expected output is:...

kkishore by New Contributor III
  • 2435 Views
  • 4 replies
  • 0 kudos

Resolved! Downloading a base64 zip file using SOAP

Hi All, I am trying to use SOAP call to download a zip file. However, I cannot download and get the file I need correctly. Here is a screenshot of my pipeline. I took out the $content, which contains a string that is (at least looks like) base64 enc...

tonyzero by New Contributor II
  • 8614 Views
  • 10 replies
  • 2 kudos