Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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