How to read data within CDATA from XML in OIC Gen 3
Summary:
I need to modify my OIC job for Gen 3 such that, when it is Reading the data using Stage file operation, it is able to read the data that is coming in CDATA[[]] tag in the XML file.
Content (please ensure you mask any confidential information):
I have an OIC integration that we have been using and it had been working fine in the OIC Gen 2. In that OIC job, it reads a xml file and then processes that data. In the XML file here, the value comes in an CDATA tag and OIC Gen 2 was able to read it directly without any issues. But currently we are testing the OIC job in our OIC GEN 3 instance and when tested, we found that it is unable to read any data that is coming inside CDATA tag. It basically gives blank. To give