<?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: Load numeric / boolean data in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Load-numeric-boolean-data/m-p/2302556#M74527</link>
    <description>&lt;P&gt;In Java, Int can't be null. However, Integer can be null.&lt;/P&gt;&lt;P&gt;Check this link&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/2254435/can-an-int-be-null-in-java" target="_self" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/2254435/can-an-int-be-null-in-java&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jan 2018 11:08:06 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2018-01-10T11:08:06Z</dc:date>
    <item>
      <title>Load numeric / boolean data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-numeric-boolean-data/m-p/2302554#M74525</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;"Open Studio for Data Integration" and I&lt;/SPAN&gt; have a simple job which reads from mysql&amp;nbsp;and writes to Google BigQuery.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting the following&amp;nbsp;error while trying to read from a table that includes any numeric/boolean&amp;nbsp;values:&lt;/P&gt;&lt;P&gt;"the operator =! is undefined for the argument type(s) int, null"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the source table contains only strings, the job works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both input and output schemes are defined with the&amp;nbsp;corrected variable types.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The JAVA code compare&amp;nbsp;&lt;SPAN&gt;int&amp;nbsp;to null which makes this exception, but I do not have the option to change it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Am I doing something wrong,&amp;nbsp; or its a bug?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Print screen is attached,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-numeric-boolean-data/m-p/2302554#M74525</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Load numeric / boolean data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-numeric-boolean-data/m-p/2302555#M74526</link>
      <description>Check the 'nullable' box of id column on the schema. Let me know if it works.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jan 2018 11:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-numeric-boolean-data/m-p/2302555#M74526</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-10T11:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Load numeric / boolean data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-numeric-boolean-data/m-p/2302556#M74527</link>
      <description>&lt;P&gt;In Java, Int can't be null. However, Integer can be null.&lt;/P&gt;&lt;P&gt;Check this link&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/2254435/can-an-int-be-null-in-java" target="_self" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/2254435/can-an-int-be-null-in-java&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 11:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-numeric-boolean-data/m-p/2302556#M74527</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-01-10T11:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Load numeric / boolean data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-numeric-boolean-data/m-p/2302557#M74528</link>
      <description>&lt;P&gt;Hi Shong,&lt;/P&gt;
&lt;P&gt;It's still not working&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 11:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-numeric-boolean-data/m-p/2302557#M74528</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-10T11:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Load numeric / boolean data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-numeric-boolean-data/m-p/2302558#M74529</link>
      <description>&lt;P&gt;Thanks TRF,&lt;/P&gt;&lt;P&gt;I don't think that I have the option to change the JAVA code through the UI interface&lt;/P&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-18 lia-quilt-column-left lia-quilt-column-main-left"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-left"&gt;&lt;DIV class="lia-message-body lia-component-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-06 lia-quilt-column-right lia-quilt-column-main-right"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Jan 2018 11:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-numeric-boolean-data/m-p/2302558#M74529</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-10T11:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Load numeric / boolean data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-numeric-boolean-data/m-p/2302559#M74530</link>
      <description>No, you don't.&lt;BR /&gt;But you probably may convert int value to Integer then compare to null</description>
      <pubDate>Wed, 10 Jan 2018 12:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-numeric-boolean-data/m-p/2302559#M74530</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-01-10T12:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Load numeric / boolean data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-numeric-boolean-data/m-p/2302560#M74531</link>
      <description>&lt;P&gt;Hi &amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The operator != is not defined for int type, If I check 'Nullable' box on the schema, the type will be changed to Integer and the compilation error is fixed.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrkG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137740i8DE183EA6C654D29/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrkG.png" alt="0683p000009LrkG.png" /&gt;&lt;/span&gt;&lt;/SPAN&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>Thu, 11 Jan 2018 05:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-numeric-boolean-data/m-p/2302560#M74531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-11T05:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Load numeric / boolean data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-numeric-boolean-data/m-p/2302561#M74532</link>
      <description>&lt;P&gt;I tried now and it worked, thank you for the clarification&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 13:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-numeric-boolean-data/m-p/2302561#M74532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-12T13:56:38Z</dc:date>
    </item>
  </channel>
</rss>

