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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

TFileList, tFileInputXML

Hi,
I have a problem with tFileInputXML, it generate an Exception. but i would like to put files in exception in specific repository, but the loop stop when tFileInputXML find an error.
i have 127 xml and my jobs stop to 65 xml.
My TOS is 4.0 and window XP SP3
Regards.
Labels (3)
3 Replies
joreun
Contributor
Contributor

Hello,
I had the same problem and solved it by using tXSDvalidator component. It is able to validate the XML structure but also to detect if the file is not XML well formed.
Regards.
Anonymous
Not applicable
Author

hi,
I have always the exception :
Exception in component tDTDValidator_1
org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x0) was found in the element content of the document.
Regards.
joreun
Contributor
Contributor

I just made a new test using tXSDValidator (not tDTDValidator) which access an empty file. The component correctly mentions that the file is invalid and without raising exception like you.
-can you check if you have the same with tXSDValidator ?
-Is your XML file has a specific content ?