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

Forum Posts

Setting password of accounts

Hi all, I am using snaplogic read snap to read the account of a particular project and want to change its password through pipeline. Can someone help me to figure that which format is required to set that password since it seems to be encrypted. So I...

vipulk10 by New Contributor III
  • 3485 Views
  • 4 replies
  • 1 kudos

Transpose data from Excel

HI, Could someone tell me how to transpose data from excel. My Excel input has Pivot data, i need to transform everything to rows. I started with File reader and then used Excel parser to define the row and column, but not sure how to transpose data....

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
  • 4021 Views
  • 5 replies
  • 3 kudos