<?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: [Resolved]Add a filter on an attribute in a XML File ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282925#M56972</link>
    <description>&lt;P&gt;good !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I put "@status" and it's Ok and after, I add a filter in tXMLMap.s..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With tfileInputXML component, it's not possible to get an XML File ie &lt;A href="https://mywebiste.com/xml" target="_blank" rel="nofollow noopener noreferrer"&gt;https://mywebiste.com/xml&lt;/A&gt; ?&lt;/P&gt;&lt;P&gt;I had to copy my XML file to an local directory.&lt;/P&gt;</description>
    <pubDate>Fri, 29 May 2020 12:48:20 GMT</pubDate>
    <dc:creator>Eric_Talend</dc:creator>
    <dc:date>2020-05-29T12:48:20Z</dc:date>
    <item>
      <title>[Resolved]Add a filter on an attribute in a XML File ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282921#M56968</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have an XML file and I want to add a filter on my attribute.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My attribute is : status&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture du 2020-05-29 10-16-31.png" style="width: 509px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaKd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128651iBB11BA37771E2B24/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaKd.png" alt="0683p000009MaKd.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I search on the web but I didn't find the solution.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture du 2020-05-29 10-17-11.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaKi.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145290i6A62B687BB2E45FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaKi.png" alt="0683p000009MaKi.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How can I add a filter on my attribute "status" with the value "valid" ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Many thanks&lt;/P&gt; 
&lt;P&gt;Eric.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282921#M56968</guid>
      <dc:creator>Eric_Talend</dc:creator>
      <dc:date>2024-11-16T02:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: [Resolved]Add a filter on an attribute in a XML File ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282922#M56969</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000003YjkIAAS"&gt;@Eric_Talend&lt;/A&gt;&amp;nbsp;, one way is get the status colmn also in tfileinputxml and then use tfileterrows component to filter on status is valid.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 10:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282922#M56969</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-05-29T10:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: [Resolved]Add a filter on an attribute in a XML File ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282923#M56970</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;I understood your answer.&lt;/P&gt;&lt;P&gt;But I have a problem to extrat the value of the attibute.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I add the column "status"in my schema, it's OK but in the column "Request XPath", how I fill this column ?&lt;/P&gt;&lt;P&gt;Column&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Request XPath&lt;/P&gt;&lt;P&gt;Status&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ??????????&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try "../catering", it's not ok&lt;/P&gt;&lt;P&gt;I try "../catering@status", it's not ok&lt;/P&gt;&lt;P&gt;I try "../catering/status", it's not ok&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 11:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282923#M56970</guid>
      <dc:creator>Eric_Talend</dc:creator>
      <dc:date>2020-05-29T11:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: [Resolved]Add a filter on an attribute in a XML File ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282924#M56971</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000003YjkIAAS"&gt;@Eric_Talend&lt;/A&gt;&amp;nbsp;, can you try to use below one.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;/cateringrate[@status="valid"]@status&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 11:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282924#M56971</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-05-29T11:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: [Resolved]Add a filter on an attribute in a XML File ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282925#M56972</link>
      <description>&lt;P&gt;good !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I put "@status" and it's Ok and after, I add a filter in tXMLMap.s..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With tfileInputXML component, it's not possible to get an XML File ie &lt;A href="https://mywebiste.com/xml" target="_blank" rel="nofollow noopener noreferrer"&gt;https://mywebiste.com/xml&lt;/A&gt; ?&lt;/P&gt;&lt;P&gt;I had to copy my XML file to an local directory.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 12:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282925#M56972</guid>
      <dc:creator>Eric_Talend</dc:creator>
      <dc:date>2020-05-29T12:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: [Resolved]Add a filter on an attribute in a XML File ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282926#M56973</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000003YjkIAAS"&gt;@Eric_Talend&lt;/A&gt;&amp;nbsp;,still do you have issues?&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 13:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282926#M56973</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-05-29T13:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: [Resolved]Add a filter on an attribute in a XML File ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282927#M56974</link>
      <description>&lt;P&gt;Yes. Last one &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You can see on the screenshot below that I use a local file : "/scratch/Documents/XML/restauration.xml"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So, I would like to open a XML file who is on Internet, &lt;STRONG&gt;for exemple&lt;/STRONG&gt; this XML file :&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://www.w3schools.com/xml/note.xml" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.w3schools.com/xml/note.xml&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;,&lt;/P&gt; 
&lt;P&gt;If I put "&lt;A href="https://www.w3schools.com/xml/note.xml" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.w3schools.com/xml/note.xml&lt;/A&gt;" instead of "/scratch/Documents/XML/restauration.xml", I have an error &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture du 2020-05-29 14-12-52.png" style="width: 998px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaKx.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133923i7A26E830B0A94B06/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaKx.png" alt="0683p000009MaKx.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 13:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282927#M56974</guid>
      <dc:creator>Eric_Talend</dc:creator>
      <dc:date>2020-05-29T13:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: [Resolved]Add a filter on an attribute in a XML File ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282928#M56975</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000003YjkIAAS"&gt;@Eric_Talend&lt;/A&gt;&amp;nbsp;, if you need to read the data in xml from website you need to use tRest or Trestclient components.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 14:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282928#M56975</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-05-29T14:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: [Resolved]Add a filter on an attribute in a XML File ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282929#M56976</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000003YjkIAAS"&gt;@Eric_Talend&lt;/A&gt;&amp;nbsp;,check this example.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/20288184/how-to-use-the-talend-trest-component-output" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/20288184/how-to-use-the-talend-trest-component-output&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 14:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282929#M56976</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-05-29T14:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: [Resolved]Add a filter on an attribute in a XML File ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282930#M56977</link>
      <description>&lt;P&gt;Ok, I will try during this afternoon and it works &lt;IMG id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://community.qlik.com/" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Many, many thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 16:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Resolved-Add-a-filter-on-an-attribute-in-a-XML-File/m-p/2282930#M56977</guid>
      <dc:creator>Eric_Talend</dc:creator>
      <dc:date>2020-05-29T16:15:23Z</dc:date>
    </item>
  </channel>
</rss>

