Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Issue reading XML using tfileInputXml

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
0683p000009MEqh.gif 0683p000009MEE9.gif
Labels (3)
1 Reply
Anonymous
Not applicable
Author

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