Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created a Talend Bigdata Batch Job and added a component "tFileInputXML".
The xml is of the following format: <root version="1.0"><child name="xyz"></child></root>
The tFileInputXML component has following attributes :
Element To Extract = "root"
Loop xPath Query="/root/child"
Mapping Column=name
XPath Query="@name"
With the above configuration,the XML is not getting parsed. But if i remove the attribute(version) from the "root" tag then it is getting parsed.
Please suggest if i am missing any configuration.
Talend version : 6.3.1
can you please mention the Xsd file for this particular xml file ?