Having issue reaching data from XML since some of the data in XML doesnt have elements, attached sample XML , in which the highlighted data not present inside an element , when i use tfileInputXml , that particular data is not been captured , any suggestion to reach this data
Hi
The CDATA section is unparsed character data in a XML file, it is not a element or an attribute, can not be parsed by XML parser. If you want to read data from this section, I will suggest you to use tFileInputRegex component with regular expression.
Shong