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

Forum Posts

Resolved! JSON value split by comma

Hi, I’m trying to split the value “ConfigValue” string in the following JSON : [ { PipelineID: 25 PipelineName: “CashValue_Main” ConfigName:“CashValueDates” ConfigValue:“1218, 1217” } ] Into a JSON document like this: { “YearEnd”: 1218 } { “YearEnd”:...

How to correctly log API call execution time

Hello everybody, I want to create some metrics related to API call time. For now, I am trying to subtract date.now and pipe.startTime using following expression (Math.trunc((Date.now() - pipe.startTime)) ) in mapper preceded by REST POST. Sceleton of...

ed_tc by New Contributor III
  • 3868 Views
  • 5 replies
  • 3 kudos

Soap Execute snap - Account creds in header

I’m building a custom SOAP Execute snap to replace Netsuite snaps to work around a limitation with custom fields in Netsuite snaps that require fields entered to not be null. I’ve modeled my SOAP envelope after the request that gets logged when I cal...

jamesv by New Contributor II
  • 5302 Views
  • 21 replies
  • 1 kudos