Question
LTIMindtree
IN
Last activity: 4 Oct 2024 1:27 EDT
How to avoid pxobjclass class property from json message using dataset execute method for step page
We have a requirement to post the updated data from PEGA to kafka in json format, I am using data set execute method to post the clipboard page into kafka topic in json format, but here json contains pxobjclass property along with all the required business fields, so down stream system is asking to remove pxobjclass property from json message which we are posting to kafka topic.
I have tried with REGEX but that is not working, Please find the screenshot for reference.