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

Forum Posts

Resolved! Read JSON Values

Hi, I have the below output from a mapper snap and I want to read the value from it. Could you suggest how to do it? Required output - /hcmService/FlowActionsService?WSDL JSON output from mapper is as below - [ { “HCM_Account”: “/hcmService/FlowActio...

Triggered task response

We have a snaplogic pipeline which is designed to load data into the table and have created a triggered task to invoke the pipeline. This task is being called by another application. In the recent execution , this task was invoked successfully and I ...

viji28 by New Contributor
  • 1632 Views
  • 2 replies
  • 0 kudos

Generate Unique Sequence

Hi All, I have a table in the Oracle database which has a unique key column. I have to insert data in this table and I am in need of generating a unique sequence while processing a file for each row. Could you suggest how to do it?

Constructing post body request

objective is to build the below in mapper “input”: [ { “key”: “plan”, “value”: “ProvisioningPlan”, “type”: “application/xml” }, { “key”: “identityName”, “value”: “88E2EA18-6C15-E811-8BB4-0017A47705CA” }, { “key”:“flow”, “value”:“AccessRequest” }, { “...

npise by New Contributor II
  • 1651 Views
  • 2 replies
  • 0 kudos

Change string based on input string

Hi, I have requirement to change the value of a string in mapper based on the input string e.g. Input value - Salary, must be replaced with IT_DEPT_COST when mapping to a variable Input value - Phone, must be replaced with ALL_DEPT_PHONE when mapping...