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

Forum Posts

Read a zip file

Hello all, I have a requirement where: I am getting a response from a REST GET as a ZIP file. I need to extract out this zip file.Can anyone suggest me a way to do so. Thanks.

Resolved! Script Snap Limit of 50 Documents?

I’m working on transforming some data that’s coming in from a REST GET Snap. The format of the data that is being returned is quite disjointed. Essentially, the headers come in one of the JSON elements, and the data comes in another set. I have to ma...

jordanc by New Contributor II
  • 2658 Views
  • 3 replies
  • 2 kudos

Resolved! How to get the cartesian product kind of output?

I have an Join(merge) output as below. [ { “BCUNAME”: “1q”, “REQUESTNUM”: “639431”, “no”: “4”, }, { “BCUNAME”: “e4” }, { “BCUNAME”: “rf” }, { “BCUNAME”: “14r” }, { “BCUNAME”: “26t” }, { “BCUNAME”: “3PH” } ] But I want to keep “REQUESTNUM”: “639431”, ...

nirupama by New Contributor II
  • 1847 Views
  • 2 replies
  • 2 kudos

Resolved! Changing poorly formatted date into a clean date

I’m working on creating a few pipelines to transform some data, but I’m having an issue with the date field. The date field I pull is a string and not a date which is the main issue. It’s formatted as MMM 'yy so as an example October 2022 would be fo...

BigUrn by New Contributor
  • 1305 Views
  • 2 replies
  • 3 kudos

Resolved! SOQL IN String Literals

I’m trying to pass a String into a Salesforce SOQL query formula. The String is created in an Aggregate snap, which concatenates Ids from records that were queried from another system, and a Mapper. The mapper restructures the string to conform to SO...

tarena by New Contributor III
  • 1775 Views
  • 1 replies
  • 0 kudos