<?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 [resolved] extracting substring using tfilter in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-extracting-substring-using-tfilter/m-p/2300663#M72869</link>
    <description>hi,
&lt;BR /&gt;my requirement is this,
&lt;BR /&gt;i have an address field coming from toracleinput.
&lt;BR /&gt;i need to check for some cases like :
&lt;BR /&gt;1)if it contains 'ipv4address' 
&lt;BR /&gt;2)if it contains 'samemsaddress'
&lt;BR /&gt;etc.
&lt;BR /&gt;For each of the above case I have to perform different transformations which would be to EXTRACT THE IP-ADDRESS FROM the address field itself..
&lt;BR /&gt;initially, i thought of doing this...write multiple condition in tfilterrow with OR as logic condition...and then perform operation based on which condition is satisfied...BUT HOW DO I EXTRACT SUBSTRING USING TFILTERROW??I am not able to write the condition in tfilterrow : if(row1.address.contains("some_string"))
&lt;BR /&gt;
&lt;BR /&gt;ex) if the address field is: 'ipv4address:10.113.20.1' ....then i need to extract 10.113.20.1 from it...
&lt;BR /&gt;I want to implement this without using tJava ie I want to make this fully automated using the talend components.</description>
    <pubDate>Sat, 16 Nov 2024 12:25:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T12:25:07Z</dc:date>
    <item>
      <title>[resolved] extracting substring using tfilter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-extracting-substring-using-tfilter/m-p/2300663#M72869</link>
      <description>hi,
&lt;BR /&gt;my requirement is this,
&lt;BR /&gt;i have an address field coming from toracleinput.
&lt;BR /&gt;i need to check for some cases like :
&lt;BR /&gt;1)if it contains 'ipv4address' 
&lt;BR /&gt;2)if it contains 'samemsaddress'
&lt;BR /&gt;etc.
&lt;BR /&gt;For each of the above case I have to perform different transformations which would be to EXTRACT THE IP-ADDRESS FROM the address field itself..
&lt;BR /&gt;initially, i thought of doing this...write multiple condition in tfilterrow with OR as logic condition...and then perform operation based on which condition is satisfied...BUT HOW DO I EXTRACT SUBSTRING USING TFILTERROW??I am not able to write the condition in tfilterrow : if(row1.address.contains("some_string"))
&lt;BR /&gt;
&lt;BR /&gt;ex) if the address field is: 'ipv4address:10.113.20.1' ....then i need to extract 10.113.20.1 from it...
&lt;BR /&gt;I want to implement this without using tJava ie I want to make this fully automated using the talend components.</description>
      <pubDate>Sat, 16 Nov 2024 12:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-extracting-substring-using-tfilter/m-p/2300663#M72869</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] extracting substring using tfilter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-extracting-substring-using-tfilter/m-p/2300664#M72870</link>
      <description>Hi
&lt;BR /&gt;tFilterRow component can't extract fields.
&lt;BR /&gt;You can use tFilterRow to check particular case.
&lt;BR /&gt;
&lt;PRE&gt;input_row.columnName1.startsWith("ipv4address")&lt;/PRE&gt;
&lt;BR /&gt;In fact, the best way is to use tExtractRegexFields which can filter and extract address.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 31 Jan 2012 07:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-extracting-substring-using-tfilter/m-p/2300664#M72870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-31T07:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] extracting substring using tfilter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-extracting-substring-using-tfilter/m-p/2300665#M72871</link>
      <description>thanks a lot!!</description>
      <pubDate>Tue, 31 Jan 2012 11:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-extracting-substring-using-tfilter/m-p/2300665#M72871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-31T11:25:05Z</dc:date>
    </item>
  </channel>
</rss>

