Use Data-Transform to Map Properties of an Integration Service (JSON)
Hi ,
We have an Integration Service configured in Pega to accept JSON requests.
We need to map the properties in the JSON to a Data Page . The property names are different in JSON.
Say we have emp_name in JSON , which we need to map to EMPLOYEE_NAME in our application .
How do we accomplish this ? We used a Data- Transform to map properties but we are not sure how we can get the JSON request in this Data- Transform.
We tried using a param with the same name as the JSON request property (emp_name) . But this was empty in the Data Transform .
How can we access the JSON request values from within the Data Transform?
Thanks,
Smitha R