<?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: Reject link in tFileinputExcel in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Reject-link-in-tFileinputExcel/m-p/2368129#M131427</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;You need set your column schema in tfileinputexcel with types, nullability, etc. In this way, this reject row connection will gather the data that is not valid for the expected output.&lt;/P&gt; 
&lt;P class="p"&gt;Here exists a component tschemaComplianceCheck which validates all input rows against a reference schema or check types, nullability, length of rows against reference values.&lt;/P&gt; 
&lt;P class="p"&gt;Best regards&lt;/P&gt; 
&lt;P class="p"&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jun 2018 11:07:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-21T11:07:32Z</dc:date>
    <item>
      <title>Reject link in tFileinputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reject-link-in-tFileinputExcel/m-p/2368124#M131422</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just trying to understand the exact use of Reject link for tFileinputExcel.&lt;/P&gt;&lt;P&gt;what should be the basic setup to get the rejected records and where to that setup in the component settings.&lt;/P&gt;&lt;P&gt;No matter what I do, I always get 0 records in reject link.&lt;/P&gt;&lt;P&gt;please advise with a practical scenario&lt;/P&gt;&lt;P&gt;thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 09:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reject-link-in-tFileinputExcel/m-p/2368124#M131422</guid>
      <dc:creator>param123</dc:creator>
      <dc:date>2018-06-06T09:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reject link in tFileinputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reject-link-in-tFileinputExcel/m-p/2368125#M131423</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOQHAA4"&gt;@rchinta&lt;/A&gt;,check the below link , that you will understand the rejection from Excel file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://www.datalytyx.com/informing-data-rejects-using-tmsgbox/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.datalytyx.com/informing-data-rejects-using-tmsgbox/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 13:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reject-link-in-tFileinputExcel/m-p/2368125#M131423</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-06-06T13:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reject link in tFileinputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reject-link-in-tFileinputExcel/m-p/2368126#M131424</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;thanks for your response. i have seen the post before posting this query here, but even there it is connected to some other components to reject the data but there has been no explanation how the main and reject link will actually get the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;will Talend automatically checks for junk data and pass that to reject link?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 08:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reject-link-in-tFileinputExcel/m-p/2368126#M131424</guid>
      <dc:creator>param123</dc:creator>
      <dc:date>2018-06-08T08:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reject link in tFileinputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reject-link-in-tFileinputExcel/m-p/2368127#M131425</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;This reject row connection gathers the data that does NOT match the filter or are not valid for the expected output. This connection allows you to track the data that could not be processed for any reason (wrong type, undefined null value, etc.)&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 08:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reject-link-in-tFileinputExcel/m-p/2368127#M131425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-08T08:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reject link in tFileinputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reject-link-in-tFileinputExcel/m-p/2368128#M131426</link>
      <description>Hi xdshi, 
&lt;BR /&gt;Thanks for your response 
&lt;BR /&gt;So basically what you say is reject link captures the data anamolies. 
&lt;BR /&gt; 
&lt;BR /&gt;So there is no need to setup anything?? 
&lt;BR /&gt;And there is no way to check what exactly it is going to reject? 
&lt;BR /&gt; 
&lt;BR /&gt;If possible can you please explain with an example data and screenshot? 
&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Sun, 10 Jun 2018 07:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reject-link-in-tFileinputExcel/m-p/2368128#M131426</guid>
      <dc:creator>param123</dc:creator>
      <dc:date>2018-06-10T07:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reject link in tFileinputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reject-link-in-tFileinputExcel/m-p/2368129#M131427</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;You need set your column schema in tfileinputexcel with types, nullability, etc. In this way, this reject row connection will gather the data that is not valid for the expected output.&lt;/P&gt; 
&lt;P class="p"&gt;Here exists a component tschemaComplianceCheck which validates all input rows against a reference schema or check types, nullability, length of rows against reference values.&lt;/P&gt; 
&lt;P class="p"&gt;Best regards&lt;/P&gt; 
&lt;P class="p"&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 11:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reject-link-in-tFileinputExcel/m-p/2368129#M131427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-21T11:07:32Z</dc:date>
    </item>
  </channel>
</rss>

