Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Load node's content from XML according to attribute's value

Hi

I'm trying to load XML contents (firstName, familyName) only if (extension="cip12").

code:

.

.

.

<id extension="cip12" root="2.16.724"/>

     <Man>

          <name>

               <given>firstName</given>

               <family>familyName</family>

          </name>

     <Man>

......

.....

How can I do that?

0 Replies