Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
AJohn1614081127
Contributor
Contributor

processing Dynamic Xml using Talend

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

Labels (3)
1 Reply
Anonymous
Not applicable

Hello

Unfortunately, it is impossible to read a dynamic XML, the XML input component requires to define a fixed loop path.

 

Regards

Shong