<?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: Date/Time conversions in TMap????? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Date-Time-conversions-in-TMap/m-p/2200187#M2753</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;convert date to string&amp;nbsp;&lt;/P&gt;&lt;P&gt;TalendDate.formatDate("yyyy-MM-dd",row1.DATE)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;convert string to date&lt;/P&gt;&lt;P&gt;TalendDate.parseDate( "yyyy-MM-dd",row1.DATE)&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Nov 2018 12:17:45 GMT</pubDate>
    <dc:creator>SachinD</dc:creator>
    <dc:date>2018-11-30T12:17:45Z</dc:date>
    <item>
      <title>Date/Time conversions in TMap?????</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Time-conversions-in-TMap/m-p/2200184#M2750</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to convert String(Date in String) to Date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;and the vice - versa.&lt;/P&gt;&lt;P&gt;Also when i am using TalendDate functions/Routines in Tmap - TalendDate.formatDate() for conversion of Date to String... i m not able to get it ....&lt;/P&gt;&lt;P&gt;While the same thing happens if i use TalendDate.parseDate() for conversion of String to Date...&lt;/P&gt;&lt;P&gt;The input date as String is "02/01/1996 05:09:00"&lt;/P&gt;&lt;P&gt;trowgenerator----&amp;gt; tmap------&amp;gt;tlogrow..&lt;/P&gt;&lt;P&gt;Pls help...&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 10:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Time-conversions-in-TMap/m-p/2200184#M2750</guid>
      <dc:creator>ankit7359</dc:creator>
      <dc:date>2018-11-30T10:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Date/Time conversions in TMap?????</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Time-conversions-in-TMap/m-p/2200185#M2751</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLBLAA4"&gt;@ankit7359&lt;/A&gt;,when you convert string to date the below expressions will work that you should specify the correct date format.&lt;/P&gt; 
&lt;P&gt;stringtodate&lt;/P&gt; 
&lt;P&gt;TalendDate.parseDate("dd/MM/yyyy HH:mm:ss", row3.newColumn)&lt;/P&gt; 
&lt;P&gt;date to sting&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;TalendDate.formatDate("yyyy-MM-dd HH:mm:ss", row3.col)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 10:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Time-conversions-in-TMap/m-p/2200185#M2751</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-11-30T10:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date/Time conversions in TMap?????</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Time-conversions-in-TMap/m-p/2200186#M2752</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;Thanks for your response...&lt;/P&gt; 
&lt;P&gt;What if you have a use - case that String Date should be converted to String Date format...??&lt;/P&gt; 
&lt;P&gt;I know it quite silly, but can it be possible.. for example.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;"02/01/1996" -&amp;gt; "1996/02/01"&lt;/P&gt; 
&lt;P&gt;Also,on the other post of Tmap understanding issue.....&lt;/P&gt; 
&lt;P&gt;i was able to get some idea on Inner Join and its reject.. But do you have any other link for Match model and other properties for Tmap...&lt;/P&gt; 
&lt;P&gt;I wasnt able to get clear understanding on those properties.&lt;/P&gt; 
&lt;P&gt;Can you pls help me in this regard...&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Ankit&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 11:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Time-conversions-in-TMap/m-p/2200186#M2752</guid>
      <dc:creator>ankit7359</dc:creator>
      <dc:date>2018-11-30T11:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date/Time conversions in TMap?????</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Time-conversions-in-TMap/m-p/2200187#M2753</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;convert date to string&amp;nbsp;&lt;/P&gt;&lt;P&gt;TalendDate.formatDate("yyyy-MM-dd",row1.DATE)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;convert string to date&lt;/P&gt;&lt;P&gt;TalendDate.parseDate( "yyyy-MM-dd",row1.DATE)&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 12:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Time-conversions-in-TMap/m-p/2200187#M2753</guid>
      <dc:creator>SachinD</dc:creator>
      <dc:date>2018-11-30T12:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Date/Time conversions in TMap?????</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Time-conversions-in-TMap/m-p/2200188#M2754</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLBLAA4"&gt;@ankit7359&lt;/A&gt;,use the below way.that which will convert the date format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;TalendDate.parseDate("yyyy/MM/dd",TalendDate.formatDate("dd/MM/yyyy",row3.newColumn))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 13:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Time-conversions-in-TMap/m-p/2200188#M2754</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-11-30T13:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Date/Time conversions in TMap?????</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Time-conversions-in-TMap/m-p/2200189#M2755</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLBLAA4"&gt;@ankit7359&lt;/A&gt;,still do you have issue? if not please,please mark a solution,so that it will be helpful to others.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 07:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Time-conversions-in-TMap/m-p/2200189#M2755</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-12-03T07:39:03Z</dc:date>
    </item>
  </channel>
</rss>

