<?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: Validating Records Fetched From Stored Procedure in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Validating-Records-Fetched-From-Stored-Procedure/m-p/2352016#M118464</link>
    <description>You need to use tMap after feacthing from procedure.&lt;BR /&gt;in tmap you need write expersions in Active/unactive expresion filter&lt;BR /&gt;&lt;BR /&gt;procedure--&amp;gt;tMap--&amp;gt;target</description>
    <pubDate>Fri, 09 Feb 2018 12:00:09 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2018-02-09T12:00:09Z</dc:date>
    <item>
      <title>Validating Records Fetched From Stored Procedure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Validating-Records-Fetched-From-Stored-Procedure/m-p/2352015#M118463</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am fetching some records (approx. 10 in count) using stored procedure and I need to validate these records one by one.&lt;/P&gt;
&lt;P&gt;Here is the requirement regarding validating these records.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
 &lt;LI&gt;Each Record will contain following fields&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FirstName, Last Name and Email&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.&amp;nbsp;&amp;nbsp; Following Validation to Be applied on all these 3 fields&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;First Name should not be blank and First Name should not more 25 characters&lt;/LI&gt;
 &lt;LI&gt;Last Name should not be be blank and&amp;nbsp;Last Name should not more 25 characters&lt;/LI&gt;
 &lt;LI&gt;Email&amp;nbsp;should not be blank and be valid email&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once each of these records passes these validations then we need to process these records one by one.&lt;/P&gt;
&lt;P&gt;Records which don't pass these validations&amp;nbsp;need to be&amp;nbsp;logged in separate table and mail will be send for them.&lt;/P&gt;
&lt;P&gt;Is it possible to apply these validations on the records using Talend ODI? If yes please help me with this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Tarunjit Singh&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 10:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Validating-Records-Fetched-From-Stored-Procedure/m-p/2352015#M118463</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-09T10:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Validating Records Fetched From Stored Procedure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Validating-Records-Fetched-From-Stored-Procedure/m-p/2352016#M118464</link>
      <description>You need to use tMap after feacthing from procedure.&lt;BR /&gt;in tmap you need write expersions in Active/unactive expresion filter&lt;BR /&gt;&lt;BR /&gt;procedure--&amp;gt;tMap--&amp;gt;target</description>
      <pubDate>Fri, 09 Feb 2018 12:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Validating-Records-Fetched-From-Stored-Procedure/m-p/2352016#M118464</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-02-09T12:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Validating Records Fetched From Stored Procedure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Validating-Records-Fetched-From-Stored-Procedure/m-p/2352017#M118465</link>
      <description>Hi, 
&lt;BR /&gt;tFilterRow is here for that. 
&lt;BR /&gt;You can achieve all these controls with basic conditions except for email validation. 
&lt;BR /&gt;For email validation you need to write your own routine (many examples on Google) then call this routine using the tFilterRow Advanced more. 
&lt;BR /&gt;In my opinion this approach is much more better than the tMap approach as when you open the job you can immediatly see that you have filter conditions for your flow (think maintainability).</description>
      <pubDate>Fri, 09 Feb 2018 22:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Validating-Records-Fetched-From-Stored-Procedure/m-p/2352017#M118465</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-02-09T22:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Validating Records Fetched From Stored Procedure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Validating-Records-Fetched-From-Stored-Procedure/m-p/2352018#M118466</link>
      <description>&lt;P&gt;Does this help?&lt;/P&gt;&lt;P&gt;If so please mark this case as solved (Kudos also accepted).&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2018 16:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Validating-Records-Fetched-From-Stored-Procedure/m-p/2352018#M118466</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-02-10T16:48:54Z</dc:date>
    </item>
  </channel>
</rss>

