Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Input XML file validation

I am trying to create a new item under Metedata / File xml. New XML File wizard shows the following error message on Step 4 of 5 after clicking the Refresh Preview button:
No result for this settings
Please check right XPathExpression or XML source document.
Yes, the XML file is not perfectly valid. But is there a way to proceed the file?
Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hi msul,
Talend Open Studio for Data Integration requires an XML document to be both well-formed (satisfying XML syntax rules) and valid (conforming to a specified DTD) in order for it to parse the document correctly. Be sure that your XML source documents are both well-formed and valid. Otherwise you can get context in your xml.

jjzhou