<?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: [resolved] Talend Date format YYYY-MM-DD in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Date-format-YYYY-MM-DD/m-p/2197780#M1394</link>
    <description>Hi,
&lt;BR /&gt;Try with:&amp;nbsp;
&lt;BR /&gt;1)TalendDate.formatDate("yyyy-MM-dd",row6.DATE)--&amp;gt;&amp;gt; it convert date to string.
&lt;BR /&gt;2)TalendDate.parseDate( "yyyy-MM-dd",row6.DATE)--&amp;gt;&amp;gt; it convert string to date
&lt;BR /&gt;Regards,
&lt;BR /&gt;kumar.talend</description>
    <pubDate>Wed, 18 Mar 2015 04:06:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-18T04:06:32Z</dc:date>
    <item>
      <title>[resolved] Talend Date format YYYY-MM-DD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Date-format-YYYY-MM-DD/m-p/2197779#M1393</link>
      <description>Hi there,
&lt;BR /&gt;I'm building a job that takes dates from an Excel spreadsheet. In tMap I use the date format for the input and output row on this particular date field:&amp;nbsp;"yyyy-MM-dd'T'HH:mm:ss" and it rightly gives a delimited output of&amp;nbsp;'2014-09-17T00:00:00. But in a further ETL process I am required to give the date format as&amp;nbsp;YYYY-MM-DD. How can I strip out the 'HH:mm:ss as I can't find the exact date format in the possible formats available in Talend.
&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 17 Mar 2015 18:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Date-format-YYYY-MM-DD/m-p/2197779#M1393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-17T18:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend Date format YYYY-MM-DD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Date-format-YYYY-MM-DD/m-p/2197780#M1394</link>
      <description>Hi,
&lt;BR /&gt;Try with:&amp;nbsp;
&lt;BR /&gt;1)TalendDate.formatDate("yyyy-MM-dd",row6.DATE)--&amp;gt;&amp;gt; it convert date to string.
&lt;BR /&gt;2)TalendDate.parseDate( "yyyy-MM-dd",row6.DATE)--&amp;gt;&amp;gt; it convert string to date
&lt;BR /&gt;Regards,
&lt;BR /&gt;kumar.talend</description>
      <pubDate>Wed, 18 Mar 2015 04:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Date-format-YYYY-MM-DD/m-p/2197780#M1394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-18T04:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend Date format YYYY-MM-DD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Date-format-YYYY-MM-DD/m-p/2197781#M1395</link>
      <description>you can try below way it will parse your mention string.&amp;nbsp;
&lt;BR /&gt;
&lt;FONT color="#7b848f"&gt;&lt;FONT size="4"&gt;&lt;FONT face="Droid Sans"&gt;TalendDate.parseDate(“yyyy-MM-dd’T’HH:mm:ss?,”&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;2014-09-17T00:00:00&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#7b848f"&gt;&lt;FONT size="4"&gt;&lt;FONT face="Droid Sans"&gt;?);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#7b848f"&gt;&lt;FONT size="4"&gt;&lt;FONT face="Droid Sans"&gt;You can see more &lt;A href="http://dwetl.com/2015/01/16/convert-string-to-date/" target="_blank" rel="nofollow noopener noreferrer"&gt;date formats here&lt;/A&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 18 Mar 2015 05:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Date-format-YYYY-MM-DD/m-p/2197781#M1395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-18T05:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend Date format YYYY-MM-DD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Date-format-YYYY-MM-DD/m-p/2197782#M1396</link>
      <description>Hey try&amp;nbsp; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;UMESHRAKHE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;Solution&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD8J.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131511i6CFBD768EADA44AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD8J.png" alt="0683p000009MD8J.png" /&gt;&lt;/span&gt;For ripping of HH:MM 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;S 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD2l.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127960iA63B5B1CE25E8A8C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD2l.png" alt="0683p000009MD2l.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD8O.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154426i0BCEE5F49D665600/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD8O.png" alt="0683p000009MD8O.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 18 Mar 2015 06:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Date-format-YYYY-MM-DD/m-p/2197782#M1396</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-18T06:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend Date format YYYY-MM-DD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Date-format-YYYY-MM-DD/m-p/2197783#M1397</link>
      <description>@Kumar Talend. Excellent! Your solution works like magic.
&lt;BR /&gt;@umeshrakhe and kiranpariyarath. Thanks for your solutions too.</description>
      <pubDate>Wed, 18 Mar 2015 11:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Date-format-YYYY-MM-DD/m-p/2197783#M1397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-18T11:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend Date format YYYY-MM-DD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Date-format-YYYY-MM-DD/m-p/2197784#M1398</link>
      <description>Hi, 
&lt;BR /&gt; 
&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;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;kumar.talend</description>
      <pubDate>Wed, 18 Mar 2015 11:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Date-format-YYYY-MM-DD/m-p/2197784#M1398</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-18T11:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend Date format YYYY-MM-DD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Date-format-YYYY-MM-DD/m-p/2197785#M1399</link>
      <description>Hi All, 
&lt;BR /&gt;I have situation regarding 
&lt;I&gt;&lt;B&gt;Milliseconds to Date Conversion&lt;/B&gt;&lt;/I&gt;. 
&lt;BR /&gt;There are 2 columns in excell sheet which contains only millisecond values and that have to convert into a Given Date format 
&lt;BR /&gt;Please take following table as Source table.. 
&lt;BR /&gt; 
&lt;B&gt;TRISTARTDATEDA&amp;nbsp;&amp;nbsp;&amp;nbsp; TRIENDDATEDA&lt;/B&gt; 
&lt;BR /&gt;1425148200&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1423074600 
&lt;BR /&gt;1423074600&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 1482604200 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;B&gt;Expected Outcome...&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;TRISTARTDATEDA&amp;nbsp;&amp;nbsp;&amp;nbsp; TRIENDDATEDA&lt;BR /&gt;&lt;/B&gt;01-03-2015&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 05-02-2015 
&lt;BR /&gt;05-02-2015&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 25-12-2016 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Please kindly suggest me solution for this . 
&lt;BR /&gt;I am Waiting for positive reply 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;B&gt;Thanks in Advance,&lt;/B&gt; 
&lt;BR /&gt; 
&lt;I&gt;Shri_Kul1&lt;/I&gt; 
&lt;BR /&gt; 
&lt;U&gt;Talend User&lt;/U&gt;</description>
      <pubDate>Tue, 05 Jan 2016 09:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Date-format-YYYY-MM-DD/m-p/2197785#M1399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-05T09:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend Date format YYYY-MM-DD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Date-format-YYYY-MM-DD/m-p/2197786#M1400</link>
      <description>Hi Umesh,&lt;BR /&gt;Do you have solution for the issue i am getting?</description>
      <pubDate>Wed, 06 Jan 2016 09:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Date-format-YYYY-MM-DD/m-p/2197786#M1400</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-01-06T09:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend Date format YYYY-MM-DD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Date-format-YYYY-MM-DD/m-p/2197787#M1401</link>
      <description>Hi&amp;nbsp; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Shri_Kul1,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;You can use java code to do so in talend using tjavarow.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Please have a look at these :&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;import java.text.DateFormat;&lt;BR /&gt;import java.text.ParseException;&lt;BR /&gt;import java.text.SimpleDateFormat;&lt;BR /&gt;import java.util.TimeZone;&lt;BR /&gt;public class Timeconversion&lt;BR /&gt;{&lt;BR /&gt; &amp;nbsp; &amp;nbsp;DateFormat dfm = new SimpleDateFormat("yyyyMMddHHmm"); &amp;nbsp;&lt;BR /&gt; &amp;nbsp; &amp;nbsp;long unixtime;&lt;BR /&gt; &amp;nbsp; &amp;nbsp;public long timeConversion(String time)&lt;BR /&gt; &amp;nbsp; &amp;nbsp;{&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;dfm.setTimeZone(TimeZone.getTimeZone("GMT 5:30"));//Specify your timezone &lt;BR /&gt; &amp;nbsp; &amp;nbsp;try&lt;BR /&gt; &amp;nbsp; &amp;nbsp;{&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;unixtime = dfm.parse(time).getTime(); &amp;nbsp;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;unixtime=unixtime/1000;&lt;BR /&gt; &amp;nbsp; &amp;nbsp;} &lt;BR /&gt; &amp;nbsp; &amp;nbsp;catch (ParseException e) &lt;BR /&gt; &amp;nbsp; &amp;nbsp;{&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;e.printStackTrace();&lt;BR /&gt; &amp;nbsp; &amp;nbsp;}&lt;BR /&gt; &amp;nbsp; &amp;nbsp;return unixtime;&lt;BR /&gt; &amp;nbsp; &amp;nbsp;}&lt;BR /&gt;}&lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt;or you can use the below topic :&amp;nbsp; 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCmKhCAK" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/convert-the-unix-timestamp/td-p/83249&lt;/A&gt;</description>
      <pubDate>Wed, 06 Jan 2016 09:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Date-format-YYYY-MM-DD/m-p/2197787#M1401</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-06T09:34:31Z</dc:date>
    </item>
  </channel>
</rss>

