Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tXMLMap mapping with filter

Hi,
i got an XML document and extract some data out of it with tXMLMap. Works fine so far, but now i have a document part like this:
<typ:AdditionalInfo>
<typ:Info Typ="income">1500</typ:Info>
<typ:Info Typ="height">185</typ:Info>
<typ:Info Typ="age">56</typ:Info>
</typ:AdditionalInfo>

I tried to extract the data using XPath like this ........./ typ:AdditionalInfo/ typ:Info but that just doesn't seem to work (no result). In general it seems like i can't get ANY Xpath with a filter condition (square brackets) to work.
Any suggestions?
Labels (3)
1 Reply
Anonymous
Not applicable
Author

hi,
only Dom4j Parser support some filter. You have to filter in xml input component  
ps : tExtractxmlfiled swich automaticaly in dom4j
hope it help
regards
laurent