<?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 Multiplying values compilation error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Multiplying-values-compilation-error/m-p/2292519#M65586</link>
    <description>&lt;P&gt;Hi all,&lt;BR /&gt;I am trying to convert a csv file to xml.&amp;nbsp; I have a csv and an xml created using an existing format in my meta data.&lt;BR /&gt;I have an input file, a tmap, and an output file.&lt;BR /&gt;In the tmap, i'm trying to map a decimal column to an integer column, while multiplying the value by 100 in the process.&lt;BR /&gt;I googled a few methods, and the one below seemed to be used by others.&lt;BR /&gt;&lt;BR /&gt;row1.Price.Multiply(BigDecimal.valueOf(100))&lt;BR /&gt;&lt;BR /&gt;However, Multiply gets underlined, and an exception of Unresolved compilation problem is generated.&lt;BR /&gt;I read somewhere else about looking for the error in the code, but I can't even find "multiply" in the code, so i'm assuming i've not installed something correctly, but it might just be that i'm using the wrong statement in the first place.&lt;BR /&gt;Any pointers in the right direction would be much appreciated.&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;Phil&lt;/P&gt;</description>
    <pubDate>Fri, 18 Sep 2015 18:31:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-18T18:31:52Z</dc:date>
    <item>
      <title>Multiplying values compilation error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiplying-values-compilation-error/m-p/2292519#M65586</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;I am trying to convert a csv file to xml.&amp;nbsp; I have a csv and an xml created using an existing format in my meta data.&lt;BR /&gt;I have an input file, a tmap, and an output file.&lt;BR /&gt;In the tmap, i'm trying to map a decimal column to an integer column, while multiplying the value by 100 in the process.&lt;BR /&gt;I googled a few methods, and the one below seemed to be used by others.&lt;BR /&gt;&lt;BR /&gt;row1.Price.Multiply(BigDecimal.valueOf(100))&lt;BR /&gt;&lt;BR /&gt;However, Multiply gets underlined, and an exception of Unresolved compilation problem is generated.&lt;BR /&gt;I read somewhere else about looking for the error in the code, but I can't even find "multiply" in the code, so i'm assuming i've not installed something correctly, but it might just be that i'm using the wrong statement in the first place.&lt;BR /&gt;Any pointers in the right direction would be much appreciated.&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;Phil&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2015 18:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiplying-values-compilation-error/m-p/2292519#M65586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-18T18:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiplying values compilation error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiplying-values-compilation-error/m-p/2292520#M65587</link>
      <description>Hi Phil,
&lt;BR /&gt;
&lt;BR /&gt;Have you tried to switched&amp;nbsp; tab from "Designer" to " Code" to see unresolved compilationin java code?
&lt;BR /&gt;
&lt;BR /&gt;Do you check component 
&lt;A href="https://help.talend.com/search/all?query=tWriteXMLFields" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tWriteXMLFields&lt;/A&gt; which embeds the incoming data into a single XML column.
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 21 Sep 2015 05:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiplying-values-compilation-error/m-p/2292520#M65587</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-21T05:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiplying values compilation error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiplying-values-compilation-error/m-p/2292521#M65588</link>
      <description>Hi Sabrina, 
&lt;BR /&gt; 
&lt;BR /&gt;How do I do that? 
&lt;BR /&gt;I have a repository tab on the left, with Business Models, Job Designs (with my job in it), Contexts, Code etc.&amp;nbsp; 
&lt;BR /&gt;In the Code section is Routines and Pig UDF. 
&lt;BR /&gt;In the Routines section is System, and under that; DataOperation, Mathematical, Numberic, Relational, StringHandling, TalendDataGenerator, TalendDate and TalendString. 
&lt;BR /&gt; 
&lt;BR /&gt;Kind regards, 
&lt;BR /&gt;Phil</description>
      <pubDate>Mon, 21 Sep 2015 17:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiplying-values-compilation-error/m-p/2292521#M65588</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-21T17:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Multiplying values compilation error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiplying-values-compilation-error/m-p/2292522#M65589</link>
      <description>Hi Phil,
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Next to the Designer tab there is a Code tab that lets you view the source code for the entire Job.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Sabrina&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGjr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147137i3BC02892EDDF8C52/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGjr.png" alt="0683p000009MGjr.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 23 Sep 2015 09:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiplying-values-compilation-error/m-p/2292522#M65589</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-23T09:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiplying values compilation error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiplying-values-compilation-error/m-p/2292523#M65590</link>
      <description>Thanks Sabrina, 
&lt;BR /&gt; 
&lt;BR /&gt;Is it correct that I shouldn't actually see any code?&amp;nbsp; However, I can see the warnings and errors. 
&lt;BR /&gt; 
&lt;BR /&gt;Other than the "The method Multiply(BigDecimal) is undefined for the type BigDecimal" in the screenshot, the warnings include (in order, and the first 2 warning markers in the screenshot are for the same warning); 
&lt;BR /&gt;Comparable is a raw type. References to generic type Comparable &amp;lt;T&amp;gt; should be parameterized. 
&lt;BR /&gt;Type safety: The method compareTo(Object) belongs to the raw type Comparable. 
&lt;BR /&gt;Type safety: Unchecked cast from List to List 
&lt;BR /&gt;Type safety: The method add(int, Object) belongs to the raw type list. 
&lt;BR /&gt;The method getRowNumber() from the type FileInputDelimited is deprecated. 
&lt;BR /&gt;The static method convertToJsonText(Object, List&amp;lt;string&amp;gt;) from the type ResumeUtil should be accessed in a static way. 
&lt;BR /&gt; 
&lt;BR /&gt;However, I 
&lt;I&gt;might &lt;/I&gt;have found the reason why i'm getting these errors, but I don't know how to resolve it: 
&lt;BR /&gt;On opening Talend, the Additional Talend Packages installer starts and show available features to install: 
&lt;BR /&gt;1 optional and 338 required.&amp;nbsp; Version 6.0.1.20150908_1633. 
&lt;BR /&gt; 
&lt;BR /&gt;However, they fail to install; 
&lt;BR /&gt;java.net.SocketTimeoutException: Read timed out 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.net.SocketInputStream.socketRead0(Native Method) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.net.SocketInputStream.read(Unknown Source) 
&lt;BR /&gt;Any pointers in the right direction would be much appreciated. 
&lt;BR /&gt; 
&lt;BR /&gt;Kind regards, 
&lt;BR /&gt;Phil 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGip.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146321iBFC101C023D1BCAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGip.jpg" alt="0683p000009MGip.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 25 Sep 2015 10:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiplying-values-compilation-error/m-p/2292523#M65590</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-25T10:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multiplying values compilation error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiplying-values-compilation-error/m-p/2292524#M65591</link>
      <description>Hi,&lt;BR /&gt;&lt;BLOCKQUOTE&gt;Is it correct that I shouldn't actually see any code?&amp;nbsp; However, I can see the warnings and errors.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Have you tried to restart your studio to see if it works?&lt;BR /&gt;&lt;BLOCKQUOTE&gt; &lt;I&gt;might &lt;/I&gt;have found the reason why i'm getting these errors, but I don't know how to resolve it:&lt;BR /&gt;On opening Talend, the Additional Talend Packages installer starts and show available features to install:&lt;BR /&gt;1 optional and 338 required.&amp;nbsp; Version 6.0.1.20150908_1633.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Is your network OK with you? Here is a document about:&lt;A href="https://help.talend.com/search/all?query=Configuring+Talend+Studio" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Configuring Talend Studio&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 22 Oct 2015 11:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiplying-values-compilation-error/m-p/2292524#M65591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-22T11:52:52Z</dc:date>
    </item>
  </channel>
</rss>

