<?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: MySQL to Snowflake: NULL result in a non-nullable column in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/MySQL-to-Snowflake-NULL-result-in-a-non-nullable-column/m-p/2326875#M96311</link>
    <description>&lt;P&gt;Check the Default value status for column (PK) in table structure.&lt;/P&gt;&lt;P&gt;Sequence in the table(PK default value) will be in invalid state if sequence is dropped and recreated/replaced with same name after creating table. drop and recreate the table again. Check the sequence status and load the data. &lt;A href="https://get-shareit.com" alt="https://get-shareit.com" target="_blank"&gt;shareit&lt;/A&gt; &lt;A href="https://get-vidmateapk.com" alt="https://get-vidmateapk.com" target="_blank"&gt;vidmate&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2021 12:51:02 GMT</pubDate>
    <dc:creator>CFlores1613722497</dc:creator>
    <dc:date>2021-02-19T12:51:02Z</dc:date>
    <item>
      <title>MySQL to Snowflake: NULL result in a non-nullable column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MySQL-to-Snowflake-NULL-result-in-a-non-nullable-column/m-p/2326871#M96307</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running into a peculiar issue.&lt;/P&gt;&lt;P&gt;I have a simple job that reads from MySQL and loads into Snowflake via Bulkexec with a tMap in between. I have auto-type conversion enabled.&lt;/P&gt;&lt;P&gt;All the fields in both source and target are not-nullable and data also doesn't have any nulls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I keep getting this error message when trying to run. Oddly enough, it comes for the 1st field which is a primary key. I tried null handling but no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"NULL result in a non-nullable column"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate if someone can help with the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MySQL-to-Snowflake-NULL-result-in-a-non-nullable-column/m-p/2326871#M96307</guid>
      <dc:creator>Chitrangad</dc:creator>
      <dc:date>2024-11-16T00:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL to Snowflake: NULL result in a non-nullable column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MySQL-to-Snowflake-NULL-result-in-a-non-nullable-column/m-p/2326872#M96308</link>
      <description>&lt;P&gt;How do you handle null value? &lt;/P&gt;&lt;P&gt;For debugging, try to use tLogRow to print the value on the console or use tFilterRow to filter the null value to check there exist null value.&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>Thu, 18 Feb 2021 03:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MySQL-to-Snowflake-NULL-result-in-a-non-nullable-column/m-p/2326872#M96308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-18T03:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL to Snowflake: NULL result in a non-nullable column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MySQL-to-Snowflake-NULL-result-in-a-non-nullable-column/m-p/2326873#M96309</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using row1.column==null?"":row1.column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Checked the data visually (12 recs) as well as by adding a reject file. There are no nulls.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 13:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MySQL-to-Snowflake-NULL-result-in-a-non-nullable-column/m-p/2326873#M96309</guid>
      <dc:creator>Chitrangad</dc:creator>
      <dc:date>2021-02-18T13:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL to Snowflake: NULL result in a non-nullable column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MySQL-to-Snowflake-NULL-result-in-a-non-nullable-column/m-p/2326874#M96310</link>
      <description>&lt;P&gt;Take a look at this topic and check if you have similar cause.&lt;/P&gt;&lt;P&gt;https://community.talend.com/s/question/0D53p00007vCp6xCAC/null-result-in-a-nonnullable-column-error-while-inserting-data-from-one-snowflake-table-to-other-snowflake-table-using-talend-data-integration&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 03:22:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MySQL-to-Snowflake-NULL-result-in-a-non-nullable-column/m-p/2326874#M96310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-19T03:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL to Snowflake: NULL result in a non-nullable column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MySQL-to-Snowflake-NULL-result-in-a-non-nullable-column/m-p/2326875#M96311</link>
      <description>&lt;P&gt;Check the Default value status for column (PK) in table structure.&lt;/P&gt;&lt;P&gt;Sequence in the table(PK default value) will be in invalid state if sequence is dropped and recreated/replaced with same name after creating table. drop and recreate the table again. Check the sequence status and load the data. &lt;A href="https://get-shareit.com" alt="https://get-shareit.com" target="_blank"&gt;shareit&lt;/A&gt; &lt;A href="https://get-vidmateapk.com" alt="https://get-vidmateapk.com" target="_blank"&gt;vidmate&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 12:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MySQL-to-Snowflake-NULL-result-in-a-non-nullable-column/m-p/2326875#M96311</guid>
      <dc:creator>CFlores1613722497</dc:creator>
      <dc:date>2021-02-19T12:51:02Z</dc:date>
    </item>
  </channel>
</rss>

