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

error handling scenario for XML file

Hi All , 

Actually , I'm working on Talend open Studio for ESB , and since I am a beginner , I just finished this scenario :

https://help.talend.com/reader/X_R1RQ5iJhLxlTw9gKNmhw/8NRpZ_W5eVXOEmQlsBBZvw

I followed all the script instructions and the problem is in my output I have  a fatal  error message bat also i don't get  the  expected resultHere is my output : 

0683p000009Lz6y.pngoutput0683p000009Lz78.pngtFileList configuration0683p000009Lz0D.pngtDTDValidator config0683p000009LybN.pngtMap configuration0683p000009Lz7D.pngtFileOutputDelimited conf

Labels (3)
1 Reply
Jesperrekuh
Specialist
Specialist

First of all ... it would really help if you run your Talend in English mode.
From the java error...
It tries to open the XML file and parse it content into a Document type.
It fails and raises the error: DOMParser

Make sure the XML is valid and like the DTD:
https://www.w3schools.com/xml/xml_dtd.asp