<?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 Best component or practice to apply data quality rules in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Best-component-or-practice-to-apply-data-quality-rules/m-p/2313462#M84316</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt; 
&lt;P&gt;I need to apply certain data quality rules on columns in a row.&lt;/P&gt; 
&lt;P&gt;However i would like to apply these rules at once and not one after another.&lt;/P&gt; 
&lt;P&gt;also i need to collect all failures for all the columns.&lt;/P&gt; 
&lt;P&gt;Can someone pls guide for best practice to do so or best component to use&lt;/P&gt; 
&lt;P&gt;e.g Table 1&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Columns&amp;nbsp; ----&amp;gt;A | B | C&lt;/P&gt; 
&lt;P&gt;DQ Rules ----&amp;gt;Not null | Should be &amp;gt; 0 | Value in list [1,2,3]&lt;/P&gt; 
&lt;P&gt;now to check not null - we can use tschemaComplianceCheck&lt;/P&gt; 
&lt;P&gt;should be &amp;gt; 0 - we can use tFilter&lt;/P&gt; 
&lt;P&gt;Value in list[1,2,3] - we can use tMap&lt;/P&gt; 
&lt;P&gt;and moreover, these rules has to dynamically applied, for e.g these rules can be stored in oracle table so that we can change the rule whenever required and need not change anything in the job.&lt;/P&gt; 
&lt;P&gt;Pls help.&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;</description>
    <pubDate>Tue, 02 Jul 2019 05:51:28 GMT</pubDate>
    <dc:creator>vidya821</dc:creator>
    <dc:date>2019-07-02T05:51:28Z</dc:date>
    <item>
      <title>Best component or practice to apply data quality rules</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Best-component-or-practice-to-apply-data-quality-rules/m-p/2313462#M84316</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt; 
&lt;P&gt;I need to apply certain data quality rules on columns in a row.&lt;/P&gt; 
&lt;P&gt;However i would like to apply these rules at once and not one after another.&lt;/P&gt; 
&lt;P&gt;also i need to collect all failures for all the columns.&lt;/P&gt; 
&lt;P&gt;Can someone pls guide for best practice to do so or best component to use&lt;/P&gt; 
&lt;P&gt;e.g Table 1&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Columns&amp;nbsp; ----&amp;gt;A | B | C&lt;/P&gt; 
&lt;P&gt;DQ Rules ----&amp;gt;Not null | Should be &amp;gt; 0 | Value in list [1,2,3]&lt;/P&gt; 
&lt;P&gt;now to check not null - we can use tschemaComplianceCheck&lt;/P&gt; 
&lt;P&gt;should be &amp;gt; 0 - we can use tFilter&lt;/P&gt; 
&lt;P&gt;Value in list[1,2,3] - we can use tMap&lt;/P&gt; 
&lt;P&gt;and moreover, these rules has to dynamically applied, for e.g these rules can be stored in oracle table so that we can change the rule whenever required and need not change anything in the job.&lt;/P&gt; 
&lt;P&gt;Pls help.&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;</description>
      <pubDate>Tue, 02 Jul 2019 05:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Best-component-or-practice-to-apply-data-quality-rules/m-p/2313462#M84316</guid>
      <dc:creator>vidya821</dc:creator>
      <dc:date>2019-07-02T05:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Best component or practice to apply data quality rules</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Best-component-or-practice-to-apply-data-quality-rules/m-p/2313463#M84317</link>
      <description>&lt;P&gt;Hi vidya,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I maybe don't get all your requirements but i think you can do everything in a tMap.&lt;/P&gt;
&lt;P&gt;In the expression filter you can put something like :&lt;/P&gt;
&lt;PRE&gt;row.A!=null&amp;amp;&amp;amp;row.B&amp;gt;0&amp;amp;&amp;amp;(row.C=1||row.C=2||row.C=3)&lt;/PRE&gt;
&lt;P&gt;For sure there is a better way to test the column C but this solution he's working i think.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 08:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Best-component-or-practice-to-apply-data-quality-rules/m-p/2313463#M84317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-02T08:42:00Z</dc:date>
    </item>
  </channel>
</rss>

