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

Forum Posts

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
  • 1396 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
  • 1696 Views
  • 1 replies
  • 0 kudos

Resolved! HTTP Client Pagination with $_debug

Hi All,I recently turned on an integration that only runs for about a month in the spring and in the fall when I'm pushing some data from a training system into our ERP and noticed it started failing. After looking through the logs, it looks like it'...

jhipp by New Contributor
  • 2050 Views
  • 2 replies
  • 0 kudos

Add key to array of objects

Hello,I have an array of objects that i need to simply add a key to. However, im not a able to find a way of doing this. attached are screen shots of the input and desired output. Any advise is much appreciated.Input:[{fromCurrency:{code: "CUC",name:...

Max by New Contributor II
  • 3117 Views
  • 3 replies
  • 0 kudos

How to download excel file from a webpage?

I would like to create a pipeline which downloads excel file from this webpage https://www.eia.gov/electricity/data/eia861m/#salesrevenue every month. I am currently using web scraping and python to download the excel file. Can we do webscraping or i...

dawna14 by New Contributor
  • 2705 Views
  • 3 replies
  • 0 kudos