<?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: Column NULL not in table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Column-NULL-not-in-table/m-p/2202079#M3920</link>
    <description>&lt;P&gt;Ok, looks like I was able to figure out the Column NULL not in table error.&amp;nbsp; Turns out the input file had a comma as delimiter and not a tab, so I changed it to a comma and the error disappeared.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 07 Dec 2019 18:10:36 GMT</pubDate>
    <dc:creator>rwnetwork</dc:creator>
    <dc:date>2019-12-07T18:10:36Z</dc:date>
    <item>
      <title>Column NULL not in table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-NULL-not-in-table/m-p/2202076#M3917</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;
&lt;P&gt;It's my first time writing to an idb2 table that is already created.&amp;nbsp; In my ETL process, I get an SFTP file, then do some lookups in a tmap to bring in more columns and then I need to write to an idb2 table.&amp;nbsp; This is where I get the following error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Exception in component tAS400Output_1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;java.sql.SQLException: [SQL0205] Column NULL not in table X&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am able to write to a tfileoutputdelimited file just fine, however, when I try to write to the system table, there is something going on with the null values.&lt;/P&gt;
&lt;P&gt;I have literal null values that will be coming in on the SFTP file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Screenshots to help paint the picture are attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is an critical piece in the ETL process, so looking for any and all suggestions!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance!!&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 17:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-NULL-not-in-table/m-p/2202076#M3917</guid>
      <dc:creator>rwnetwork</dc:creator>
      <dc:date>2019-12-06T17:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Column NULL not in table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-NULL-not-in-table/m-p/2202077#M3918</link>
      <description>&lt;P&gt;Hi Michelle,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; It seems the screen shots are missing in your post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Also could you please share the schema details of your target table?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; I believe its trying to identify column NULL in Table X which may not be available.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 19:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-NULL-not-in-table/m-p/2202077#M3918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-06T19:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Column NULL not in table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-NULL-not-in-table/m-p/2202078#M3919</link>
      <description>&lt;P&gt;Thank you for responding nikhilthampi, I made sure the images loading this time and provided the schema of the Target table.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Any more thoughts from anyone with the pics now uploaded?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 23:36:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-NULL-not-in-table/m-p/2202078#M3919</guid>
      <dc:creator>rwnetwork</dc:creator>
      <dc:date>2019-12-06T23:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Column NULL not in table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-NULL-not-in-table/m-p/2202079#M3920</link>
      <description>&lt;P&gt;Ok, looks like I was able to figure out the Column NULL not in table error.&amp;nbsp; Turns out the input file had a comma as delimiter and not a tab, so I changed it to a comma and the error disappeared.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Dec 2019 18:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-NULL-not-in-table/m-p/2202079#M3920</guid>
      <dc:creator>rwnetwork</dc:creator>
      <dc:date>2019-12-07T18:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Column NULL not in table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-NULL-not-in-table/m-p/2202080#M3921</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00570000004XKBKAA4"&gt;@mmiller32&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Its a common mistake where we forget to mention the right delimiter in the file. Happy to hear that you have made correction in the delimiter and things are working fine.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please mark the topic as resolved since you have got the solution? It will help other Talend community members during their reference.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2019 12:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-NULL-not-in-table/m-p/2202080#M3921</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-08T12:21:36Z</dc:date>
    </item>
  </channel>
</rss>

