<?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 String to Date convert in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/String-to-Date-convert/m-p/2264472#M44301</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a column with strings like "2.02E+13". How can I make them Date type?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2020 13:38:35 GMT</pubDate>
    <dc:creator>DrGenious</dc:creator>
    <dc:date>2020-01-22T13:38:35Z</dc:date>
    <item>
      <title>String to Date convert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/String-to-Date-convert/m-p/2264472#M44301</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a column with strings like "2.02E+13". How can I make them Date type?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 13:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/String-to-Date-convert/m-p/2264472#M44301</guid>
      <dc:creator>DrGenious</dc:creator>
      <dc:date>2020-01-22T13:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: String to Date convert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/String-to-Date-convert/m-p/2264473#M44302</link>
      <description>2.03E+13 is equal to 20&amp;nbsp;200&amp;nbsp;000&amp;nbsp;000&amp;nbsp;000 which doesn't represent a valid date, so...&lt;BR /&gt;Any way, you can convert your input to a string using String.format("%.0f", row1.yourValue) then use TalendDate.formatDate to convert the result to a date</description>
      <pubDate>Thu, 23 Jan 2020 12:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/String-to-Date-convert/m-p/2264473#M44302</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-01-23T12:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: String to Date convert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/String-to-Date-convert/m-p/2264474#M44303</link>
      <description>&lt;P&gt;The solution I found is to convert my string to bigdecimal ,after to plainString and then parse it into .parseDate. But I will try also you solution. Thanks a lot for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 13:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/String-to-Date-convert/m-p/2264474#M44303</guid>
      <dc:creator>DrGenious</dc:creator>
      <dc:date>2020-01-23T13:15:56Z</dc:date>
    </item>
  </channel>
</rss>

