<?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: Capture rejected record's column in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/Capture-rejected-record-s-column/m-p/2274678#M3002</link>
    <description>Thanks a lot Shong!
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;This is working. Actually I yried this component before, but I couldn't use it properly it seems. Wish I would got a solution to this earlier when I posted this, It would have saved a lot of time.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;But thanks anyway.
&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 14 Jun 2017 06:09:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-14T06:09:19Z</dc:date>
    <item>
      <title>Capture rejected record's column</title>
      <link>https://community.qlik.com/t5/Data-Quality/Capture-rejected-record-s-column/m-p/2274674#M2998</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;So I know how to capture rejected records of a file, like by using Row&amp;gt;Rejected. This does filter the rejected records,tells us which value is causing the issue and also which line. But it does not tells us which column does that value falls in.&lt;/P&gt;&lt;P&gt;I need to know which column's value has been rejected. Any help is appreciated. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Capture-rejected-record-s-column/m-p/2274674#M2998</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Capture rejected record's column</title>
      <link>https://community.qlik.com/t5/Data-Quality/Capture-rejected-record-s-column/m-p/2274675#M2999</link>
      <description>Hi
&lt;BR /&gt;It does't not contain the information which column has the error, take a look at tschemaCompilanceCheck component, use a custom schema to check the data, the error message thrown by this component point out which column has the error.
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 31 May 2017 09:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Capture-rejected-record-s-column/m-p/2274675#M2999</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-31T09:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Capture rejected record's column</title>
      <link>https://community.qlik.com/t5/Data-Quality/Capture-rejected-record-s-column/m-p/2274676#M3000</link>
      <description>Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Talend makes the faulty value as null.&amp;nbsp; Is there any way we can change that value, or enter any other value if the value is rejected?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jun 2017 11:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Capture-rejected-record-s-column/m-p/2274676#M3000</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-13T11:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Capture rejected record's column</title>
      <link>https://community.qlik.com/t5/Data-Quality/Capture-rejected-record-s-column/m-p/2274677#M3001</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;Read all columns as string type, link the input component to tSchemaComplianceCheck and use a custom schema to check it,&lt;/P&gt; 
&lt;P&gt;tFileInputDelimited--main--&lt;SPAN&gt;tSchemaComplianceCheck --main--&amp;gt;tlogrow&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --reject--&amp;gt;tlogrow&lt;/P&gt; 
&lt;P&gt;the reject flow contains all the information, the output looks like:&lt;BR /&gt;.--+----------+---------+-------------.&lt;BR /&gt;| tLogRow_1 |&lt;BR /&gt;|=-+----------+---------+------------=|&lt;BR /&gt;|id|newColumn1|errorCode|errorMessage |&lt;BR /&gt;|=-+----------+---------+------------=|&lt;BR /&gt;|a |elise |2 |id:wrong type|&lt;BR /&gt;'--+----------+---------+-------------'&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 04:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Capture-rejected-record-s-column/m-p/2274677#M3001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-14T04:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Capture rejected record's column</title>
      <link>https://community.qlik.com/t5/Data-Quality/Capture-rejected-record-s-column/m-p/2274678#M3002</link>
      <description>Thanks a lot Shong!
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;This is working. Actually I yried this component before, but I couldn't use it properly it seems. Wish I would got a solution to this earlier when I posted this, It would have saved a lot of time.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;But thanks anyway.
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jun 2017 06:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Capture-rejected-record-s-column/m-p/2274678#M3002</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-14T06:09:19Z</dc:date>
    </item>
  </channel>
</rss>

