<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: tFileInputXML component &amp;quot;Loop XPATH query&amp;quot; issue in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileInputXML-component-quot-Loop-XPATH-query-quot-issue/m-p/2222464#M16072</link>
    <description>I got one solution but I did not think it was a good one. Maybe this is one issue that Talend need to improve. 
&lt;BR /&gt;you can use below query, 
&lt;BR /&gt;/x:Customers/x:Customer" in this componet if your XML file like below, 
&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="utf-8" standalone="yes"?&amp;gt; 
&lt;BR /&gt;&amp;lt;x:Customers x 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ageVersion="5.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:x="http://xml.abc.com/schema/indexFull5"&amp;gt; 
&lt;BR /&gt;&amp;lt;x:Customer x 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt;ate="2012-12-21T00:00:00" 
&lt;BR /&gt;..... 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Here the problem is that you do not use the real namespcae, you use prefix instead. if the XML file changed prefix then you got problem. 
&lt;BR /&gt;Anyone has better solution? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Bob</description>
    <pubDate>Thu, 27 Dec 2012 19:41:39 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2012-12-27T19:41:39Z</dc:date>
    <item>
      <title>tFileInputXML component "Loop XPATH query" issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputXML-component-quot-Loop-XPATH-query-quot-issue/m-p/2222463#M16071</link>
      <description>Hi there,&lt;BR /&gt;I had a problem to define the "Loop XPATH query" in the xFileInputXML component. Now I only can select "Ignore the namespaces" in the Advanced settings and then use below query, "/Customers/Customer".&lt;BR /&gt;How can we define this query including its namespace?&lt;BR /&gt;I tried to use below format but it did not work.&lt;BR /&gt;"//{&lt;A href="http://xml.abc.com/schema/indexFull5}Customers/{http://xml.abc.com/schema/indexFull5}Custome" target="_blank" rel="nofollow noopener noreferrer"&gt;http://xml.abc.com/schema/indexFull5}Customers/{http://xml.abc.com/schema/indexFull5}Custome&lt;/A&gt;"&lt;BR /&gt;I used version 4.1.2r53616 Talend Data Quality.&lt;BR /&gt;Thanks a lot,&lt;BR /&gt;Bob</description>
      <pubDate>Sat, 16 Nov 2024 12:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputXML-component-quot-Loop-XPATH-query-quot-issue/m-p/2222463#M16071</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T12:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputXML component "Loop XPATH query" issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputXML-component-quot-Loop-XPATH-query-quot-issue/m-p/2222464#M16072</link>
      <description>I got one solution but I did not think it was a good one. Maybe this is one issue that Talend need to improve. 
&lt;BR /&gt;you can use below query, 
&lt;BR /&gt;/x:Customers/x:Customer" in this componet if your XML file like below, 
&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="utf-8" standalone="yes"?&amp;gt; 
&lt;BR /&gt;&amp;lt;x:Customers x 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ageVersion="5.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:x="http://xml.abc.com/schema/indexFull5"&amp;gt; 
&lt;BR /&gt;&amp;lt;x:Customer x 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt;ate="2012-12-21T00:00:00" 
&lt;BR /&gt;..... 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Here the problem is that you do not use the real namespcae, you use prefix instead. if the XML file changed prefix then you got problem. 
&lt;BR /&gt;Anyone has better solution? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Bob</description>
      <pubDate>Thu, 27 Dec 2012 19:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputXML-component-quot-Loop-XPATH-query-quot-issue/m-p/2222464#M16072</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-12-27T19:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputXML component "Loop XPATH query" issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputXML-component-quot-Loop-XPATH-query-quot-issue/m-p/2222465#M16073</link>
      <description>&lt;P&gt;So it's still not clear to me how you would define this xml structure. So let's have an example that can be represented better - here is the xml file structure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;Customers&amp;gt;&lt;/P&gt;&lt;P&gt;     &amp;lt;Customer_Id&amp;gt;123456&amp;lt;/Customer_Id&amp;gt;&lt;/P&gt;&lt;P&gt;     &amp;lt;Customer_name&amp;gt;John Smith&amp;lt;/Customer_name&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Customers&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So in the Loop Xpath query you would represent it as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Customers/Customer_Id/Customer_name   ? Is this correct?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 15:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputXML-component-quot-Loop-XPATH-query-quot-issue/m-p/2222465#M16073</guid>
      <dc:creator>DataEngineer1978</dc:creator>
      <dc:date>2021-01-07T15:46:05Z</dc:date>
    </item>
  </channel>
</rss>

