<?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: concatenate Bigdecimals in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/concatenate-Bigdecimals/m-p/2334419#M103092</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Snowflake has a limitation and does not provide the precision as per the source.&lt;/P&gt;&lt;P&gt;Note: snowflake have a limit of 10 precision so we may see less digits in snowflake console.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.snowflake.com/en/sql-reference/data-types-numeric.html" alt="https://docs.snowflake.com/en/sql-reference/data-types-numeric.html" target="_blank"&gt;https://docs.snowflake.com/en/sql-reference/data-types-numeric.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, data stored in backend of snowflake have high digits and Talend is able to show real data with high limit on precision as compared to snowflake. That is why it could be a wrong comparison between Talend and snowflake&lt;/P&gt;&lt;P&gt;Feel free to let us know if the behavior is OK with you when you use the dynamic schema feature in talend.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Fri, 25 Nov 2022 04:37:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-11-25T04:37:24Z</dc:date>
    <item>
      <title>concatenate Bigdecimals</title>
      <link>https://community.qlik.com/t5/Talend-Studio/concatenate-Bigdecimals/m-p/2334416#M103089</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a decimal column in Snowflake table , I want to insert the record as 01 for this column.&lt;/P&gt;&lt;P&gt;Tried creating routine and using the decimal format and converting it but no sucess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;public static BigDecimal padding_Bigdecimal() {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;BigDecimal num = new BigDecimal("01");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DecimalFormat df = new DecimalFormat("00");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return new BigDecimal(df.format(num));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not returning 01 as the Decimalformat is a string and I want the value as Bigdecimal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other way to get the value as 01 and insert into table columns that has decimal data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/concatenate-Bigdecimals/m-p/2334416#M103089</guid>
      <dc:creator>Ganshyam</dc:creator>
      <dc:date>2024-11-15T22:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate Bigdecimals</title>
      <link>https://community.qlik.com/t5/Talend-Studio/concatenate-Bigdecimals/m-p/2334417#M103090</link>
      <description>&lt;P&gt;Hello @Ganshyam Patel​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;it will always show 1 for the input value 01 for the decimal column even run the insert sql on the snowflake console directly, &lt;/P&gt;&lt;P&gt;here is my test on snowflake:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;create table TEST5(COL decimal(2,0));&lt;/P&gt;&lt;P&gt;&lt;B&gt;insert into TEST5(COL) values(01);&lt;/B&gt;&lt;/P&gt;&lt;P&gt;SELECT * from TEST5;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Z39bvAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147752i1D2EB9273ADF0721/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Z39bvAAB.png" alt="0695b00000Z39bvAAB.png" /&gt;&lt;/span&gt;so It's not a Talend Studio problem, it's a Snowflake problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Aiming&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 06:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/concatenate-Bigdecimals/m-p/2334417#M103090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-24T06:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate Bigdecimals</title>
      <link>https://community.qlik.com/t5/Talend-Studio/concatenate-Bigdecimals/m-p/2334418#M103091</link>
      <description>&lt;P&gt;Yes @Aiming Chen​&amp;nbsp;Agree,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is the limitation of Snowflake to include only 1 and not the preceding 0.&lt;/P&gt;&lt;P&gt;Either need to change the datatype to varchar and store the value.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 09:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/concatenate-Bigdecimals/m-p/2334418#M103091</guid>
      <dc:creator>Ganshyam</dc:creator>
      <dc:date>2022-11-24T09:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate Bigdecimals</title>
      <link>https://community.qlik.com/t5/Talend-Studio/concatenate-Bigdecimals/m-p/2334419#M103092</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Snowflake has a limitation and does not provide the precision as per the source.&lt;/P&gt;&lt;P&gt;Note: snowflake have a limit of 10 precision so we may see less digits in snowflake console.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.snowflake.com/en/sql-reference/data-types-numeric.html" alt="https://docs.snowflake.com/en/sql-reference/data-types-numeric.html" target="_blank"&gt;https://docs.snowflake.com/en/sql-reference/data-types-numeric.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, data stored in backend of snowflake have high digits and Talend is able to show real data with high limit on precision as compared to snowflake. That is why it could be a wrong comparison between Talend and snowflake&lt;/P&gt;&lt;P&gt;Feel free to let us know if the behavior is OK with you when you use the dynamic schema feature in talend.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 04:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/concatenate-Bigdecimals/m-p/2334419#M103092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-25T04:37:24Z</dc:date>
    </item>
  </channel>
</rss>

