<?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: type mismatch cannot convert from string to bigdecimal in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327338#M96729</link>
    <description>&lt;P&gt;you should match the no. of columns ,data types and order of columns in before tunite of two intput flows in tmaps(i.e.,tmap_1 and tmap_2)&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jan 2018 13:17:27 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2018-01-29T13:17:27Z</dc:date>
    <item>
      <title>type mismatch cannot convert from string to bigdecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327326#M96717</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Before I explain my issue, please note that I'm a beginner in Talend.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The aim of my job is to use a tMsgbox component to retrieve some info from the user in order to be able to filter my extract from my Oracle database. Indeed:&lt;/P&gt; 
&lt;P&gt;step 1 : tMsgbox (for example the user has to enter this kind of thing: 2017,1,CC)&lt;/P&gt; 
&lt;P&gt;step 2 : I retrieve this string &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;(String)globalMap.get("tMsgBox_1_RESULT")) and I split my string with a home made function in order to have 3 variables: var1 = 2017, var2 =1 and var3 = CC&lt;/P&gt; 
&lt;P&gt;step 3: I use the tConvertType component in order to change from string to BigDecimal the type of var1 and var2 (var3 is already a string and it's fine) and I put a tmap linked to the&amp;nbsp;&lt;SPAN&gt;tConvertType component&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;step 4: I use the tUnite component in order to merge the tmap from step 3) and another tmap which is a&amp;nbsp; extract from my Oracle database without any filter, it is just the same structure as my oracle database&lt;/P&gt; 
&lt;P&gt;step 5: from the TUnite component, I add a additionnal tmap in order to be able to filter with the var1, var2 and var3 created in the step 1-2-3.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The problem is localised in the tUnite component, its seems that I have a problem with the type of variables, or I checked everywhere and in all tmap, in my tUnit ... the types of var1 andbar2 = BigDecimal&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is the schema:&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;IMG src="https://community.qlik.com/" border="0" /&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is the error message=&amp;nbsp;type mismatch cannot convert from string to bigdecimal&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please if someone has an idea....&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks in advance&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327326#M96717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch cannot convert from string to bigdecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327327#M96718</link>
      <description>&lt;P&gt;go to tunite component -&amp;gt;click on edit schema option-&amp;gt;ensure i/p and o/p data type should be same ..so select appropriate data type.-&amp;gt;then click ok-&amp;gt;then click on sync..then run the job .&lt;/P&gt;&lt;P&gt;after following above step if error is nt resolved then go to tmap option..ensure data type is same for i/p and o/p then run job&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siddhesh&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 09:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327327#M96718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-29T09:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch cannot convert from string to bigdecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327328#M96719</link>
      <description>&lt;P&gt;Hi siddheshB,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply. I already checked the type of the variables in all tmap, and also in the tUnite, there are exactly the same everywhere... That is why I dont understand this error.&lt;/P&gt;
&lt;P&gt;I put the tConverter component in order to have no issues with the types, but I still have problem ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 09:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327328#M96719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-29T09:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch cannot convert from string to bigdecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327329#M96720</link>
      <description>&lt;P&gt;Can you share your job and component shema's with screenshots?&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LLs1AAG"&gt;@rouroux&lt;/A&gt; wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;Hi siddheshB,&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;Thanks for your reply. I already checked the type of the variables in all tmap, and also in the tUnite, there are exactly the same everywhere... That is why I dont understand this error.&lt;/P&gt; 
 &lt;P&gt;I put the tConverter component in order to have no issues with the types, but I still have problem ..&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;Thank you in advance&lt;/P&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;HR /&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 10:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327329#M96720</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-01-29T10:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch cannot convert from string to bigdecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327330#M96721</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes sure:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.catupload.com/download/faeeac78f6ce4c1763ff2b2d65a69fcd.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.catupload.com/download/faeeac78f6ce4c1763ff2b2d65a69fcd.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I put the screenshoot into a zip file.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 11:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327330#M96721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-29T11:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch cannot convert from string to bigdecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327331#M96722</link>
      <description>&lt;P&gt;I had an error (not linked to the error describe in this topic) in the tmap5, this is the new screenshot for this one (therefore, dont take into account the tmap3.png from my zip file), the rest of screenshots are ok...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.qlik.com/" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 11:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327331#M96722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-29T11:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch cannot convert from string to bigdecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327332#M96723</link>
      <description>&lt;P&gt;i could not open that link,wich you provided.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 11:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327332#M96723</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-01-29T11:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch cannot convert from string to bigdecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327333#M96724</link>
      <description>&lt;P&gt;Ha? Its weird, its worked when I checked&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a new link in another website:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://ufile.io/ohype" target="_blank" rel="nofollow noopener noreferrer"&gt;https://ufile.io/ohype&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the filename of the zip is screenshots, if you click on 'slow download' button, it works fine&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 11:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327333#M96724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-29T11:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch cannot convert from string to bigdecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327334#M96725</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="all_schema.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ls3K.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141720i3677CB553424B17A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ls3K.png" alt="0683p000009Ls3K.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="oracle database.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lrr5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133839i54140BF7FE81738D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lrr5.png" alt="0683p000009Lrr5.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tconverter.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lrof.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128796i72178CFD893455AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lrof.png" alt="0683p000009Lrof.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tfixedflowinput.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ls8n.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155983i0AB873DE2ACC5C45/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ls8n.png" alt="0683p000009Ls8n.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tmap1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ls8s.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130415i60F11B8CFB5525F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ls8s.png" alt="0683p000009Ls8s.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tmap2.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ls3j.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129162i5B4F775130C5C59F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ls3j.png" alt="0683p000009Ls3j.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tmap3.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ls8x.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146027iBDC37A57C9F31D35/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ls8x.png" alt="0683p000009Ls8x.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tmap5.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ls3k.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139694i53E8E922CAEE4D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ls3k.png" alt="0683p000009Ls3k.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tunit.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrtV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136168i38B6B1FD6FDE1E9E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrtV.png" alt="0683p000009LrtV.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;I found a way to put directly here the screeshots.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 11:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327334#M96725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-29T11:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch cannot convert from string to bigdecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327335#M96726</link>
      <description>&lt;P&gt;tUnite,should have same no.of columns/and order too from inputs.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 11:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327335#M96726</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-01-29T11:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch cannot convert from string to bigdecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327336#M96727</link>
      <description>&lt;P&gt;try to explicitly convert string to bigdecimal in tmap using&lt;/P&gt; 
&lt;PRE&gt;new BigDecimal(row1.string_column)&amp;nbsp;&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Jan 2018 11:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327336#M96727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-29T11:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch cannot convert from string to bigdecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327337#M96728</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMX5AAO"&gt;@manishrnjn&lt;/A&gt;&amp;nbsp;I already tried, same issue ...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;Ok I understand, but how I should do to have in the same tmap the variables from 2 differents tmap without using tUnite component?&lt;/P&gt; 
&lt;P&gt;Thank you for your reply.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 12:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327337#M96728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-29T12:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch cannot convert from string to bigdecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327338#M96729</link>
      <description>&lt;P&gt;you should match the no. of columns ,data types and order of columns in before tunite of two intput flows in tmaps(i.e.,tmap_1 and tmap_2)&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 13:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327338#M96729</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-01-29T13:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch cannot convert from string to bigdecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327339#M96730</link>
      <description>&lt;P&gt;did your issue&amp;nbsp;resolve?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 07:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327339#M96730</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-02-01T07:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch cannot convert from string to bigdecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327340#M96731</link>
      <description>&lt;P&gt;Hi Manodwhb,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I re checked this morning, and indeed, you are right, I did not know we should have the same schema for the two Tmap when using a Tunite component&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you very much for your answer !!! &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 07:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-bigdecimal/m-p/2327340#M96731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T07:23:57Z</dc:date>
    </item>
  </channel>
</rss>

