<?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: beginner with bigdecimal issue in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/beginner-with-bigdecimal-issue/m-p/2368733#M131964</link>
    <description>There was a problem of synch between schemas, and I had to create the fileOutputDelimited as well. Now it works.</description>
    <pubDate>Wed, 06 Jun 2018 12:53:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-06T12:53:54Z</dc:date>
    <item>
      <title>beginner with bigdecimal issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/beginner-with-bigdecimal-issue/m-p/2368730#M131961</link>
      <description>&lt;P&gt;hello,&lt;/P&gt; 
&lt;P&gt;I am trying to export 2 fields from a postgres database in a csv file.&lt;/P&gt; 
&lt;P&gt;The request works fine when I test it.&lt;/P&gt; 
&lt;P&gt;The problem is when I launch the job : it fails with a message saying that my value (a http link) is not BigDecimal.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxyT.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132997i403EF8B3E67D2392/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxyT.png" alt="0683p000009LxyT.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I have read posts but can't find the way to use them my case. Here is my basic job :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyXj.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142782iB472EE9E0F2666E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyXj.png" alt="0683p000009LyXj.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I dont't know where to write to convert properly the field causing problem.&lt;/P&gt; 
&lt;P&gt;Any help ?&lt;/P&gt; 
&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/beginner-with-bigdecimal-issue/m-p/2368730#M131961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: beginner with bigdecimal issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/beginner-with-bigdecimal-issue/m-p/2368731#M131962</link>
      <description>&lt;P&gt;If you have to change datatypes, use a tMap (with the according conversion) or a tConvertType.&lt;/P&gt;
&lt;P&gt;If you need more help, give us you PostgreSQL and tFileOutputDelimited schemas.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 11:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/beginner-with-bigdecimal-issue/m-p/2368731#M131962</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-06-06T11:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: beginner with bigdecimal issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/beginner-with-bigdecimal-issue/m-p/2368732#M131963</link>
      <description>&lt;P&gt;Hi Lehan,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please verify below points&lt;/P&gt; 
&lt;P&gt;1) Mismatch between talend type and DB type (PFA image) in the DB input component&lt;/P&gt; 
&lt;P&gt;2) It could be datatype mismatch between source and target columns. If this is the case you can use tconverttype to explicitly convert the data type of a filed.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;thanks&lt;/P&gt; 
&lt;P&gt;Ashok&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lt27"&gt;Talend Decimal.JPG&lt;/A&gt;</description>
      <pubDate>Wed, 06 Jun 2018 12:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/beginner-with-bigdecimal-issue/m-p/2368732#M131963</guid>
      <dc:creator>ashok5</dc:creator>
      <dc:date>2018-06-06T12:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: beginner with bigdecimal issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/beginner-with-bigdecimal-issue/m-p/2368733#M131964</link>
      <description>There was a problem of synch between schemas, and I had to create the fileOutputDelimited as well. Now it works.</description>
      <pubDate>Wed, 06 Jun 2018 12:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/beginner-with-bigdecimal-issue/m-p/2368733#M131964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-06T12:53:54Z</dc:date>
    </item>
  </channel>
</rss>

