<?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: tFilterRow - unable to catch the whole URL from tExtractXMLField in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226942#M18699</link>
    <description>Many thanks 
&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;</description>
    <pubDate>Wed, 03 Oct 2018 23:49:37 GMT</pubDate>
    <dc:creator>jerownimow</dc:creator>
    <dc:date>2018-10-03T23:49:37Z</dc:date>
    <item>
      <title>tFilterRow - unable to catch the whole URL from tExtractXMLField</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226933#M18690</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;
&lt;P&gt;Good day!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm having a problem with filtering the data from&amp;nbsp;tExtractXMLField using tFilterRow. Basically the flow looks like this:&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&lt;EM&gt;(Series of components) -&amp;gt;&amp;nbsp;tExtractXMLField -&amp;gt;&amp;nbsp;tFilterRow&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The&amp;nbsp;output&amp;nbsp;records from &lt;STRONG&gt;Department&lt;/STRONG&gt; field of&amp;nbsp;&lt;SPAN&gt;tExtractXMLField&amp;nbsp;were like this:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;title xmlns="&lt;A href="http://www.w3.org/2005/Atom" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2005/Atom&lt;/A&gt;" type="text"&amp;gt;Termination Request Form (Responses)&amp;lt;/title&amp;gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;title xmlns="&lt;A href="http://www.w3.org/2005/Atom" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2005/Atom&lt;/A&gt;" type="text"&amp;gt;New Hire Request Form (Responses)&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;What I want only to&amp;nbsp;be returned were records having: *Termination Request Form (Responses)*&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;On my tFilterRow, I&amp;nbsp;enabled the "Use&amp;nbsp; advanced mode" and tries different statements as below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;java.util.regex.Pattern.matches(".*Termination Request Form \\(Responses\\).*",row43.Department)&amp;nbsp;&lt;BR /&gt;".*Termination Request Form [(]Responses[)].*".matches(row43.Department) &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Result:&amp;nbsp;Termination Request Form (Responses)&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; - For the 1st 2 lines, I didn't get the expected output, it looked like it only got the exact words that I defined on the condition, it didn't considered the wildcard.&lt;BR /&gt;&lt;BR /&gt;I also tried this:&lt;BR /&gt;"\"Termination Request Form (Responses)\"".matches(row43.Department)&lt;BR /&gt;java.util.regex.Pattern.compile(row43.Department).matcher(".*Termination Request Form (Responses).*").find()&lt;BR /&gt;row43.Department.contains("Termination Request Form (Responses)")&lt;BR /&gt;&lt;STRONG&gt;Result:&amp;nbsp;No returned values&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;I even played with the functions: matches and contains, but it doesn't fixed my issue.&lt;BR /&gt;&lt;BR /&gt;Can you help me fix this?&lt;BR /&gt;Thank you in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226933#M18690</guid>
      <dc:creator>jerownimow</dc:creator>
      <dc:date>2024-11-16T07:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: tFilterRow - unable to catch the whole URL from tExtractXMLField</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226934#M18691</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOmLAAW"&gt;@jerome29&lt;/A&gt;, in advance of TFilterRow,write expression in below way. since it was working.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;row2.newColumn.contains("Termination Request Form (Responses)")&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 11:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226934#M18691</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-09-28T11:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: tFilterRow - unable to catch the whole URL from tExtractXMLField</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226935#M18692</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;,
&lt;BR /&gt;thanks for your reply!
&lt;BR /&gt;I already tried that as well, unfortunately it didn't give me the desired
&lt;BR /&gt;output.
&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Sep 2018 12:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226935#M18692</guid>
      <dc:creator>jerownimow</dc:creator>
      <dc:date>2018-09-28T12:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: tFilterRow - unable to catch the whole URL from tExtractXMLField</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226936#M18693</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOmLAAW"&gt;@jerome29&lt;/A&gt;,its working..since i have tested and which version of Talend are you using? also can you share tFilterRows settings?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 12:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226936#M18693</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-09-28T12:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: tFilterRow - unable to catch the whole URL from tExtractXMLField</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226937#M18694</link>
      <description>&lt;P&gt;I'm afraid you will need to give us examples of records that did and did not work. Your code (modified to try a few things on my machine)....&lt;/P&gt; 
&lt;PRE&gt;java.util.regex.Pattern.matches(".*Termination Request Form \\(Responses\\).*",value)&lt;/PRE&gt; 
&lt;P&gt;....will work as long as it is only the wildcards that change.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If you could give some working and non working example Strings (exactly as they are returned) we might be able to help more&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 12:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226937#M18694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-28T12:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: tFilterRow - unable to catch the whole URL from tExtractXMLField</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226938#M18695</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;,&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;The expected output should be like this:&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;lt;title xmlns="&lt;/SPAN&gt;&lt;A href="http://www.w3.org/2005/Atom" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;http://www.w3.org/2005/Atom&lt;/A&gt;&lt;SPAN&gt;" type="text"&amp;gt;Termination Request Form (Responses)&amp;lt;/title&amp;gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;While those codes is giving me this:&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 347px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lzrr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153461iACA7E8C2A7733EFA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lzrr.png" alt="0683p000009Lzrr.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;The value is being trimmed.&lt;/P&gt; 
&lt;P&gt;Meanwhile, here's the config of my tFilterRow:&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tfilterrow.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzVN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130345iD9314F630695D3EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzVN.png" alt="0683p000009LzVN.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;and I'm using talend 6.4.1&lt;BR /&gt;Thank you!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 15:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226938#M18695</guid>
      <dc:creator>jerownimow</dc:creator>
      <dc:date>2018-09-28T15:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: tFilterRow - unable to catch the whole URL from tExtractXMLField</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226939#M18696</link>
      <description>&lt;P&gt;Ah I see. The filter component isn't trimming that. Your tExtractXMLField component is only returning the value and not the element name. That is how it is supposed to work.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 17:31:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226939#M18696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-28T17:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: tFilterRow - unable to catch the whole URL from tExtractXMLField</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226940#M18697</link>
      <description>&lt;P&gt;Seems that I miss some of the requirements, anyways, I now fully understood this, thank you so much for your replies. At the end of the day, I only got to filter those records, and it's working now.&lt;BR /&gt;Btw, one last question, is this the element name you're referring to?&lt;/P&gt; 
&lt;PRE&gt;&amp;lt;title xmlns="http://www.w3.org/2005/Atom" type="text"&amp;gt;&lt;/PRE&gt; 
&lt;P&gt;And does the tExtractXMLField only returns the value? but as per checking on the tLogRow it also returns the element+value:&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tExtractXMLField.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M039.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157221iC74EB7C069AE762C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M039.png" alt="0683p000009M039.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 21:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226940#M18697</guid>
      <dc:creator>jerownimow</dc:creator>
      <dc:date>2018-09-28T21:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: tFilterRow - unable to catch the whole URL from tExtractXMLField</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226941#M18698</link>
      <description>&lt;P&gt;The element name is what you have in your code. Showing the whole element (complete structure) can be done if you tick "Get Node" and your column type is String. Normally "Get Node" would be used to retrieve a sub XML document and the type of column would be Document. If you do not have "Get Node" ticked, you will just be returned the data.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 23:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226941#M18698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-28T23:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: tFilterRow - unable to catch the whole URL from tExtractXMLField</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226942#M18699</link>
      <description>Many thanks 
&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;</description>
      <pubDate>Wed, 03 Oct 2018 23:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFilterRow-unable-to-catch-the-whole-URL-from-tExtractXMLField/m-p/2226942#M18699</guid>
      <dc:creator>jerownimow</dc:creator>
      <dc:date>2018-10-03T23:49:37Z</dc:date>
    </item>
  </channel>
</rss>

