<?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 Handling number columns in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Handling-number-columns-in-Talend/m-p/2245157#M31085</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am loading CSV file to a table in Snowflake database. I have one column with numerical values. How to handle this kind of numbers while loading to target table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.90587E+11 is one of the value I have in the CSV file.&amp;nbsp; When clicked on this in excel, this is the number I am seeing and that is what is to be loaded to target.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2.90587E+11&amp;nbsp; &amp;nbsp; ------------------&amp;gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;290587467776&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 07:18:37 GMT</pubDate>
    <dc:creator>xx_emanis</dc:creator>
    <dc:date>2024-11-16T07:18:37Z</dc:date>
    <item>
      <title>Handling number columns in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Handling-number-columns-in-Talend/m-p/2245157#M31085</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am loading CSV file to a table in Snowflake database. I have one column with numerical values. How to handle this kind of numbers while loading to target table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.90587E+11 is one of the value I have in the CSV file.&amp;nbsp; When clicked on this in excel, this is the number I am seeing and that is what is to be loaded to target.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2.90587E+11&amp;nbsp; &amp;nbsp; ------------------&amp;gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;290587467776&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Handling-number-columns-in-Talend/m-p/2245157#M31085</guid>
      <dc:creator>xx_emanis</dc:creator>
      <dc:date>2024-11-16T07:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Handling number columns in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Handling-number-columns-in-Talend/m-p/2245158#M31086</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Greetings of the day,&lt;/P&gt; 
&lt;P&gt;I see u r tryin to load a number value into the target...&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;well u will see in excel as an E...&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;so for this u must change the datatype of the column.&lt;/P&gt; 
&lt;P&gt;for example considering this column as Abc... number is the default datatype... change the datatype in the tfileinputdelimited to long... such that it can take this huge number and convert them.&lt;/P&gt; 
&lt;P&gt;however there is another method where you can cast it....Casting(changing of datatype from one to another)&lt;/P&gt; 
&lt;P&gt;in tmap u can cast..it... If you would notice for row1.data on the out1..... u can cast it to long by writing this method..... -&amp;gt; row1.anynumbercolumn.longvalue()&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="tmap-schema.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M14I.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128079i2F6D9BD14670CFFE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M14I.png" alt="0683p000009M14I.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 03:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Handling-number-columns-in-Talend/m-p/2245158#M31086</guid>
      <dc:creator>ankit7359</dc:creator>
      <dc:date>2018-11-14T03:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Handling number columns in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Handling-number-columns-in-Talend/m-p/2245159#M31087</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Excel will auto format the values for display. I would suggest to open the file using a normal text editor like notepad++ which will show the actual value. Based on your requirement, you can read this value in original format from the file using Talend and pass it to Snowflake.&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>Wed, 14 Nov 2018 05:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Handling-number-columns-in-Talend/m-p/2245159#M31087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-14T05:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Handling number columns in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Handling-number-columns-in-Talend/m-p/2245160#M31088</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000006qwtMAAQ"&gt;@xx_emanis&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; I hope the details helped you to resolve the issue. Could you please confirm?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; If the reply has helped you, could you please mark the topic as resolved so that it will help our fellow Talend community members for future reference? Kudos are also welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&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>Wed, 14 Nov 2018 17:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Handling-number-columns-in-Talend/m-p/2245160#M31088</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-14T17:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Handling number columns in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Handling-number-columns-in-Talend/m-p/2245161#M31089</link>
      <description>&lt;P&gt;Thank you. This helped me achieve my requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 17:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Handling-number-columns-in-Talend/m-p/2245161#M31089</guid>
      <dc:creator>xx_emanis</dc:creator>
      <dc:date>2018-11-14T17:07:59Z</dc:date>
    </item>
  </channel>
</rss>

