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

Forum Posts

Group the data after using json splitter

I have a input json file like below please see the dummy example below{ "totalCount": 2, "dataList": [ { "IFA": "IFA1", "voltage": "200", "power": "100", "equipid": "1234ABC", "SN": "SalesForce-1" }, { "IFA": "IFA2", "voltage": "200", "power": "100",...

akarsh_0-1700821147104.png akarsh_1-1700821186299.png
akarsh by New Contributor III
  • 946 Views
  • 1 replies
  • 0 kudos

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
  • 2420 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
  • 1232 Views
  • 1 replies
  • 0 kudos

Resolved! SQL Insert / SQL Server Execute Snaps

We have a process today that does a SQL insert into a transactional database and returns the ID value for use in later steps.  We have tried the SQL INSERT SNAP and ID is not returned.  Also tried the SQL Server Execute Snap using and INSERT statemen...

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