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

Forum Posts

How to Create a subArray from an Array

Hi, I want to create a 2 sub array from an Array. Input : { “array1”:[ { “Item”:“Pen”, “Item Desc”:“Black”, “Length”: “7”, “Width”: “2”, “Weight”:“5” } { “Item”:“Pen”, “Item Desc”:“Black”, “Length”: “7”, “Width”: “2”, “Weight”:“5” } ] } Output: { “Ar...

sjakathi by New Contributor II
  • 1828 Views
  • 2 replies
  • 3 kudos

Using Zip Writer snap without file structure

I am trying to use a Zip Writer snap zip a .txt file to become .zip file. So if my txt file location is /intshare/test/watermarkout//test.txt, when I zip it, the folder structure comes with the zip. Here is my snap and when I unzip it, it has folder...

mtran21 by New Contributor III
  • 3074 Views
  • 4 replies
  • 5 kudos

Python Dictionary Conversion in Script Snap

Hello, I am trying to run a python script in the script snap that mocks up some test data for unit testing pipelines. The script relies on python data types such as list and dictionary to iterate through the incoming JSON document and manipulate it. ...

jskrable by New Contributor III
  • 3115 Views
  • 2 replies
  • 0 kudos

Looking for sample API pipeline

I’m tasked to build a pipeline for API service. This pipeline will accept API calls for GET/PUT/POST/DELETE to a database table. I am lost at how to get started. Please show me your example. Thank you

mtran21 by New Contributor III
  • 3834 Views
  • 5 replies
  • 8 kudos