<?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: Standed Email Formate in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Standed-Email-Formate/m-p/2371869#M134764</link>
    <description>Hi Aishu,
&lt;BR /&gt;Based on your description, your job is now simple... it contains just simple insert.
&lt;BR /&gt;Use code given by Vikram to set the flag status to 0 or 1 in context variable before tMap component
&lt;BR /&gt;Use tMap to add flag column
&lt;BR /&gt;Hope this is what you are looking for.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Vaibhav</description>
    <pubDate>Thu, 24 Jul 2014 09:17:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-24T09:17:11Z</dc:date>
    <item>
      <title>Standed Email Formate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Standed-Email-Formate/m-p/2371865#M134760</link>
      <description>Hi All,
&lt;BR /&gt;How to find the given email_address is valid or in valid in talend
&lt;BR /&gt;Is there any function to follow the standed email formate ?
&lt;BR /&gt;
&lt;BR /&gt;Thanks
&lt;BR /&gt;Aishu</description>
      <pubDate>Tue, 16 Apr 2013 15:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Standed-Email-Formate/m-p/2371865#M134760</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-16T15:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Standed Email Formate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Standed-Email-Formate/m-p/2371866#M134761</link>
      <description>Write a customm routine to check if email address is valid. Use the following code in the routine 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;String email = ?test@test.com?;&lt;BR /&gt;Pattern p = Pattern.compile(?.+@.+\\.+?);&lt;BR /&gt;Matcher m = p.matcher(email);&lt;BR /&gt;boolean matchFound = m.matches();&lt;BR /&gt;if(matchFound){&lt;BR /&gt;System.out.println(?EMAIL OK?);&lt;BR /&gt;}else{&lt;BR /&gt;System.out.println(?EMAIL ERROR?);&lt;BR /&gt;}&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Tweak the code according to your needs. 
&lt;BR /&gt;Call this function/routine in more than one jobs to check if ail is valid. 
&lt;BR /&gt;Let me know if you face any issues.</description>
      <pubDate>Tue, 16 Apr 2013 18:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Standed-Email-Formate/m-p/2371866#M134761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-16T18:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Standed Email Formate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Standed-Email-Formate/m-p/2371867#M134762</link>
      <description>Forgot to mention that you will also have to import java.util.regex.* class in the routine.</description>
      <pubDate>Tue, 16 Apr 2013 18:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Standed-Email-Formate/m-p/2371867#M134762</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-16T18:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Standed Email Formate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Standed-Email-Formate/m-p/2371868#M134763</link>
      <description>Hi vikram thanks for your reply . 
&lt;BR /&gt;Table contains 2 laksh records and field name is email_address. 
&lt;BR /&gt;if record contain valid email_address i want to process to target table 
&lt;BR /&gt;and also in-valid email_address i want to process target table and updating with some flag=0, 
&lt;BR /&gt; 
&lt;BR /&gt;how it is possible in talend? 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Aishu</description>
      <pubDate>Wed, 17 Apr 2013 09:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Standed-Email-Formate/m-p/2371868#M134763</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-17T09:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Standed Email Formate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Standed-Email-Formate/m-p/2371869#M134764</link>
      <description>Hi Aishu,
&lt;BR /&gt;Based on your description, your job is now simple... it contains just simple insert.
&lt;BR /&gt;Use code given by Vikram to set the flag status to 0 or 1 in context variable before tMap component
&lt;BR /&gt;Use tMap to add flag column
&lt;BR /&gt;Hope this is what you are looking for.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 24 Jul 2014 09:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Standed-Email-Formate/m-p/2371869#M134764</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-24T09:17:11Z</dc:date>
    </item>
  </channel>
</rss>

