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

Forum Posts

REST Using Python in Script Snap

What PYTHON library can I use within the script snap to REPLACE the rest snaps? If I had something similar to the requests library(That does an http(s) get, put, and post), I would likely be set. I have a case that, so far as I am aware now, can NOT...

Ultra pipeline sending no response

i’m creating an ultra task for my pipeline and tried to execute it through third party client. But i’m receiving no response though i have an un-linked input and output view. Also in dashboard my pipeline is showing inactive… any suggestions?? this i...

AdityaReja by New Contributor III
  • 2140 Views
  • 2 replies
  • 0 kudos

Writing a forEach

Hello, I have a use case where I am getting my input in tab delimited form, which after doing a groupBy N I am converting to an array so that I can make some comparison operation. I need to extract the records from this array group for below mentione...

Update table redshift

I have a requirement where I need to populate running totals: Eg. Date Product value cum_total 20180201 abc 5 5 20180202 abc 2 7 20180203 ...

Raj by New Contributor II
  • 2735 Views
  • 4 replies
  • 1 kudos

Create array using script snap

Hi Everyone, I have written a simple javascript code in Script snap. Please find the code below: script = { execute : function() { while (input.hasNext()) { var test = [“a”, “b”]; try { outpu...

abjoe by New Contributor II
  • 5290 Views
  • 3 replies
  • 3 kudos