Snap Packs
Discuss configuration of Snaps and general questions about our Snap Packs.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Using "sftp -i [private key location] username"

A vendor is having us retrieve their info using this SFTP method: sftp -i /path/to/private/key username@vendor.net Any thought how to do this in SnapLogic? Do I need to do it as a script? Also I have a passcode that i will need to use? Thoughts? Tha...

Netsuite File cabinet

Hi, Has anyone retrieved files from Netsuite file cabinet based on Timestamp. We are able to retrieve the file using internal id. But not able to get the latest file in the file cabinet using timestamp. Please let me know if there is any use case som...

Resolved! Remove duplicate values from the JSON array

Hello All, Hi, I have a JSON array and I have to remove the duplicates based on a field and then I want the non duplicate elements in one array and the duplicate values in an another array. Input JSON: [ {“pName”: “abc”,“iNumber”: 123 }, {“pName”: ...

Propagate Schema downstream

We are trying to write files into S3. But we want to write in a specific JSON format so that there is no impact to all the systems that are already consuming an existing structure. We are trying to use a mapper to map the source to this JSON format. ...

rajendraj by New Contributor II
  • 1744 Views
  • 1 replies
  • 0 kudos

Resolved! Can the Workday Read include Request_References? Response_Filters?

I’m looking to get a specific record from a workday web service get request. I’m looking at the Workday Read snap, and am wondering if there is a way to pass a request reference to get my specific row, rather than all rows. For example for the Get_S...

acesario by Contributor II
  • 4895 Views
  • 3 replies
  • 1 kudos

Script Snap user interface challenges

In using the Script snap to invoke a script for transformation, I find the UI behavior relating to the Script file input box and Edit script button. Let me describe what I did and what I find confusing. I started out testing a script that I entered ...

Binary union

Hi Team, While we have binary router, why not provide binary union. Actually I do not require “union” I need to merge routed flows. Here’s my case. I have a requirement where I have to transfer file from A to B. I am building this as a generic pipeli...