<?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 DATA TYPE CONVERSION in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/DATA-TYPE-CONVERSION/m-p/2283976#M57772</link>
    <description>hi,&lt;BR /&gt;I am new to Talend and trying to accomplish some intermediate operations in TMAP Component. I need to convert the data types in TMAP to work through my tasks.&lt;BR /&gt;I need to convert from String - &amp;gt; Bigdecimal; Integer - &amp;gt; Bigdecimal ; String -&amp;gt; Date&lt;BR /&gt;Any help....</description>
    <pubDate>Wed, 26 Sep 2012 05:15:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-09-26T05:15:53Z</dc:date>
    <item>
      <title>DATA TYPE CONVERSION</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DATA-TYPE-CONVERSION/m-p/2283976#M57772</link>
      <description>hi,&lt;BR /&gt;I am new to Talend and trying to accomplish some intermediate operations in TMAP Component. I need to convert the data types in TMAP to work through my tasks.&lt;BR /&gt;I need to convert from String - &amp;gt; Bigdecimal; Integer - &amp;gt; Bigdecimal ; String -&amp;gt; Date&lt;BR /&gt;Any help....</description>
      <pubDate>Wed, 26 Sep 2012 05:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DATA-TYPE-CONVERSION/m-p/2283976#M57772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-26T05:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: DATA TYPE CONVERSION</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DATA-TYPE-CONVERSION/m-p/2283977#M57773</link>
      <description>Hi
&lt;BR /&gt;1. String--&amp;gt;BigDecimal
&lt;BR /&gt;new java.math.BigDecimal(row1.columnName)
&lt;BR /&gt;2. Integer--&amp;gt;BigDecimal
&lt;BR /&gt;new java.math.BigDecimal(row1.columnName)
&lt;BR /&gt;3. String--&amp;gt;Date
&lt;BR /&gt;TalendDate.parseDate("yyyy-MM-dd HH:mm:ss",row1.columnName) 
&lt;BR /&gt;If you want to know more about TalendDate.parseDate(String date_pattern, String string_of_date), go to repository--&amp;gt;code--&amp;gt;System--&amp;gt;TalendDate</description>
      <pubDate>Wed, 26 Sep 2012 05:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DATA-TYPE-CONVERSION/m-p/2283977#M57773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-26T05:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: DATA TYPE CONVERSION</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DATA-TYPE-CONVERSION/m-p/2283978#M57774</link>
      <description>Hi shong, 
&lt;BR /&gt;Thanks , its removed the error 
&lt;BR /&gt;But in my srouce one patricular column has negative decimal values (-0.05916667) 
&lt;BR /&gt;So in console am getting below message and in job it shows zero rows passed 
&lt;BR /&gt;help pls...</description>
      <pubDate>Thu, 27 Sep 2012 15:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DATA-TYPE-CONVERSION/m-p/2283978#M57774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-27T15:30:08Z</dc:date>
    </item>
  </channel>
</rss>

