<?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 Int to Date in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Int-to-Date/m-p/2371105#M134079</link>
    <description>Hi,&lt;BR /&gt;I've a Excel file with date in format (25791, 25394 ...) (so int for Talend) and i want to convert it into format (11/08/1970, 10/07/1969, ...) (so date for Talend).&lt;BR /&gt;Can you help me please ?</description>
    <pubDate>Sat, 16 Nov 2024 13:26:40 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T13:26:40Z</dc:date>
    <item>
      <title>Int to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Int-to-Date/m-p/2371105#M134079</link>
      <description>Hi,&lt;BR /&gt;I've a Excel file with date in format (25791, 25394 ...) (so int for Talend) and i want to convert it into format (11/08/1970, 10/07/1969, ...) (so date for Talend).&lt;BR /&gt;Can you help me please ?</description>
      <pubDate>Sat, 16 Nov 2024 13:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Int-to-Date/m-p/2371105#M134079</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Int to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Int-to-Date/m-p/2371106#M134080</link>
      <description>Hello 
&lt;BR /&gt;Convert long type to Date type on tMap 
&lt;BR /&gt;new java.util.Date(long number) 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 03 May 2010 17:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Int-to-Date/m-p/2371106#M134080</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-03T17:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Int to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Int-to-Date/m-p/2371107#M134081</link>
      <description>Hello , i tried to use this type of conversion but not working
&lt;BR /&gt;xception in thread "main" java.lang.Error: java.lang.Error: Unresolved compilation problem: 
&lt;BR /&gt; The method formatDate(String, Date) is undefined for the type TalendDate
&lt;BR /&gt; at kiteaproject.extractionkt_0_1.extractionKT.tFileInputExcel_1Process(extractionKT.java:1412)
&lt;BR /&gt; at kiteaproject.extractionkt_0_1.extractionKT.runJobInTOS(extractionKT.java:1586)
&lt;BR /&gt; at kiteaproject.extractionkt_0_1.extractionKT.main(extractionKT.java:1457)
&lt;BR /&gt;Caused by: java.lang.Error: Unresolved compilation problem: 
&lt;BR /&gt; The method formatDate(String, Date) is undefined for the type TalendDate
&lt;BR /&gt; disconnected
&lt;BR /&gt; at routines.system.FormatterUtils.format_Date(FormatterUtils.java:21)
&lt;BR /&gt; at kiteaproject.extractionkt_0_1.extractionKT.tFileInputExcel_1Process(extractionKT.java:1288)
&lt;BR /&gt; ... 2 more
&lt;BR /&gt;Job extractionKT ended at 10:59 24/04/2011.</description>
      <pubDate>Sun, 24 Apr 2011 12:03:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Int-to-Date/m-p/2371107#M134081</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-24T12:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Int to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Int-to-Date/m-p/2371108#M134082</link>
      <description>Hello,&lt;BR /&gt;it seems the field you are passing is defined as String in your flow, not as Integer.&lt;BR /&gt;If so you should convert it from String to int first</description>
      <pubDate>Sun, 24 Apr 2011 13:15:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Int-to-Date/m-p/2371108#M134082</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-24T13:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Int to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Int-to-Date/m-p/2371109#M134083</link>
      <description>here is my painful problem, &lt;BR /&gt;when  i convert from string to int &lt;BR /&gt;the output cells relative to date  is 01-01-1970.&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 26 Apr 2011 10:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Int-to-Date/m-p/2371109#M134083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-26T10:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Int to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Int-to-Date/m-p/2371110#M134084</link>
      <description>Hi
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;when i convert from string to int&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;How do you convert string to integer/int now?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 27 Apr 2011 05:28:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Int-to-Date/m-p/2371110#M134084</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-27T05:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Int to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Int-to-Date/m-p/2371111#M134085</link>
      <description>i use tcovert to conevrt string to integer  and after i use tmap to convert integer to date&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 27 Apr 2011 12:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Int-to-Date/m-p/2371111#M134085</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-27T12:39:47Z</dc:date>
    </item>
  </channel>
</rss>

