<?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 Table Best Practice in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Reject-Table-Best-Practice/m-p/2208517#M7706</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;This should be fine. You can also try tschemacheckcompliance component&amp;nbsp; also which will verify whether the input records are adhering to the input schema.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/reader/KxVIhxtXBBFymmkkWJ~O4Q/NVW3bNLQnpT4TsZS~Qgj7Q" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/KxVIhxtXBBFymmkkWJ~O4Q/NVW3bNLQnpT4TsZS~Qgj7Q&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the reply has helped you, could you please mark the topic as resolved? Kudos are also welcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
    <pubDate>Fri, 21 Sep 2018 06:00:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-21T06:00:02Z</dc:date>
    <item>
      <title>Reject Table Best Practice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reject-Table-Best-Practice/m-p/2208516#M7705</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I would like some advice on my design, if it meets best practice or is missing any design functions or will cause any potential issues.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have an input from a Sybase component,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The schema from the input is a mix of Varchars and Integers, and i have a MSSQLOuput which the data is loaded into.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Now, i am trying to capture any records that are rejected due to schema differences. For example loading a '?' value into an Integer.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This was quite straight forward when inputting from a CSV (tfileInputdelimited) as you can create a reject row directly from the tfileunputdelimited, however this option does not exist for sybaseinput.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If i try and pass '?' as a value for testing purposes, as the Schema for sybaseinput has been set to integer for that field it will cause the input component to fail, before i get a chance to reject the record. There is no "untick die on error" option for sybaseinput that i have found.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The solution that i came up with is to input everything as a string, then use a tconvert to convert Strings to Integers, then load that data. I am not looking to do any transformation on the fields, just load them as is. Is anyone able to poke any holes in the below solution? Thanks&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rejectetl.JPG" style="width: 493px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzxZ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147802i9B2E6F61FA09761A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzxZ.jpg" alt="0683p000009LzxZ.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tconvert.JPG" style="width: 765px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzxQ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151517i9A8420B94509487A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzxQ.jpg" alt="0683p000009LzxQ.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="schema.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lzxe.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148456i115EB402C6578953/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lzxe.jpg" alt="0683p000009Lzxe.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 00:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reject-Table-Best-Practice/m-p/2208516#M7705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-21T00:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reject Table Best Practice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reject-Table-Best-Practice/m-p/2208517#M7706</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;This should be fine. You can also try tschemacheckcompliance component&amp;nbsp; also which will verify whether the input records are adhering to the input schema.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/reader/KxVIhxtXBBFymmkkWJ~O4Q/NVW3bNLQnpT4TsZS~Qgj7Q" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/KxVIhxtXBBFymmkkWJ~O4Q/NVW3bNLQnpT4TsZS~Qgj7Q&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the reply has helped you, could you please mark the topic as resolved? Kudos are also welcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 06:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reject-Table-Best-Practice/m-p/2208517#M7706</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-21T06:00:02Z</dc:date>
    </item>
  </channel>
</rss>

