Designer
Last updated
Was this helpful?
Last updated
Was this helpful?
The name given to staging should be relevant to task it is going to perform.
Load
to read data from source system
Transform
transform data according to the business need.
Create
provide the data in target system.
Function Name
Description
Services is the details filled at the time of creation of connectors with detail like URL and service endpoint and operation details.
Step 1. Select connector, service,operation from the drop down .
Step 2. Input Output variable name as this variable will contain the output of the operation when service will run.
Step 3. In Request mapping field contains an expandable script editor ,where we pass the mandatory parameter ,to call operation of the Web Services like field. also the optional parameter like filter condition.
Step 4. Response mapping fields contains an expandable script editor where the user can write custom logic to convert the response to expected format.
You can write your own customized business logic in form JavaScript code.
Mapping is same as Data Mapping ,which helps you to take source field from source system , and to map with target fields of target system .
Step 1. Provide the input name same as the output name of the service, with the given operation in the load section of the designer.
Step 2. Provide the output variable , to hold the output of this mapping step.
step 3. You may also write customized Java Script code to add data validation.
The loop decides how many times ,services,scripts etc. to be run based on the array of object provided.
Step 1 Provide input assignment variable to hold the array of objects.
Condition holds true and false values , that can be used to ascertain any business logic.
Based on the business requirement, If condition helps to achieve desired flow of integration by providing check on various response from different services, scripts , data mapping and loops.
Service
Script
Mapping
Loop
Condition