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

Dynamic Schema on tFileInputXML

Hi,

 

Could you please guide on below scenario.

 

Is it really possible in Talend Enterprise to create Dynamic Schema on my input component tFileInputXml and create a  Output target  CSV based on this dynamic schema generated.

 

 

Thanks

Anid

Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hi,

Do you mean that your XML file is well formatted but the schema in the file are not fixed? Is your xml file full of different namespace? What does your XML look like?

So far, tFileInputXML component does not support for dynamic schema feature.

Best regards

Sabrina

 

Anonymous
Not applicable
Author

Hi,

 

Thanks for Response.

 

XML will be like any other normal XML but  the number of nodes keep changing either increase in number or decrease in number.

 

So depending on XML , i need the output in CSV.

 

I came to know dynamic schema is not possible on XML input but there is a way by using custom code in JAVA and calling it in talend.

 

Anyone please let me know  how this Java code is ?

 

 

Thanks

Anid