Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can you please help me process an XML which has no XSD .The Tags are dynamic and the order of the tags also can change from xml to xml..Also I need to read the label and the value .
<content>
<sys>
<comp label="numbers">
<prod label="Product">DEMAND</prod>
</comp>
<care label="Registration ">
<careflag label="required">No</careflag>
</care>
</sys>
<content>
need to load date as below
column1|column2
Product|DEMAND
required|NO
The label as well as the value .Also the tags are dynamic so the tags name can change .Is there a way to process this kind of xml using Talend
Hello
Unfortunately, it is impossible to read a dynamic XML, the XML input component requires to define a fixed loop path.
Regards
Shong