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: 
jagriffin
Contributor
Contributor

tExtractXMLField: Unable to extact Attribute

Input Payload:


<?xml version="1.0" encoding="UTF-8"?>
<Sync-ASSETResponse
 xmlns=""
 xmlns:xsi=""
 baseLanguage="EN"
 creationDateTime="2016-04-30T00:27:24-04:00"
 messageID="6785153.1461990444279168579"
 transLanguage="EN">
</Sync-ASSETResponse>


Loop XPath query:  "/"
XPath query: "/@messageID"
Column: messageID
Screenshot below:



When I execute the flow I see rows processed by tExtractXMLField but a tLogRow outputs nothing.

I also have the Ignore Namespaces checkbox checked in Advanced Settings.  Checked the rows process through,  With it unchecked the rows do not pass through.

Any suggestions on troubleshooting this further are much appreciated.
Labels (3)
1 Reply
Anonymous
Not applicable

Try....

Loop XPath query:  "/Sync-ASSETResponse"
XPath query: "./@messageID"