Welcome to the Integration Nation!

Discuss, learn, and share how to leverage the power of SnapLogic, and build deep relationships with your peers.

cancel
Showing results for 
Search instead for 
Did you mean: 
5310members
18369posts

Community Activity

Merging 2 arrays into single array

I have the below JSON output from a Union (below is just a subset of the results), which combines the output of 2 SOAP calls into the 2 arrays.I'm trying to merge NCTimeTypes array with CHTimeTypes array to create a single array "TimeTypes" that cont...

No Pagination Support on REST Post Snap?

Hi everyone, I am using the REST Get snap and it works beautifully for paginated data requests (using the Has Next boolean field and the Next URL field). I noticed that for some strange reason the REST Post counter-part snap doesnโ€™t have this functio...

kw917 by New Contributor II
  • 699 Views
  • 5 replies
  • 4 kudos

Convert an Array to an Object

I need to convert an array to an object.  this is my array:[  {    "totalMatchingRows": 2,    "pageCount": 1,    "pageSize": 1000,    "pageIndex": null,    "rowsInPage": 2  }] I need to convert it to:{  "totalMatchingRows": 2,  "pageCount": 1,  "page...

KevinFord by New Contributor
  • 43 Views
  • 1 replies
  • 0 kudos

Flatten JSON files into CSV files

Created by @schelluri The pipeline pattern flattens a JSON file, which has multiple objects, and turns it into a CSV file. Configuration Sources: JSON Generator Targets: CSV file Snaps used: JSON Generator, JSON Formatter, JSON Parser, Script, CSV...

Getting Started

Here are some links to help you get quickly familiarized with the Integration Nation community platform.

Top Kudoed Authors