<?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: Dates in TMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Dates-in-TMap/m-p/2265872#M45274</link>
    <description>You could try the Talend routine dateCompare or reformat the dates for comparison.</description>
    <pubDate>Thu, 24 Mar 2011 11:05:43 GMT</pubDate>
    <dc:creator>janhess</dc:creator>
    <dc:date>2011-03-24T11:05:43Z</dc:date>
    <item>
      <title>Dates in TMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dates-in-TMap/m-p/2265870#M45272</link>
      <description>Could someone help me please, i am struggling to sort this issue out. I am using Tmap to do a date comparison. I am using two dates in format dd/MM/yyyy. I need to compare only the MM/yyyy and not read in the dd. 
&lt;BR /&gt;For some reason i think its not working. i used this statement in my Tmap 
&lt;BR /&gt;TalendDate.compareDate(myDate,myDate2,"MM/yyyy") == 0 
&lt;BR /&gt;i have two entries like this 
&lt;BR /&gt;file delimited = 12/01/2010 
&lt;BR /&gt;MySqlInput(lookup table) = 00/01/2010 
&lt;BR /&gt;i want to compare the two dates using only the month and year , if they are the same i want to pass to the next stage. the record is actually being passed to the error file for some reason the match aint taking place. 
&lt;BR /&gt;Could someone help me with this problem please. 
&lt;BR /&gt;If possible can i compare a string and just the MM/yyyy from date at all. 
&lt;BR /&gt;my input file also has a column with just mm/yyyy but it is a varchar as it is coming from a mysql table and then the lookup table doesnt have this it only has a date dd/MM/yyyy. If i cant use the date compare first option above can i compare the string value and date value in TMap at all. Please help. 
&lt;BR /&gt; 
&lt;BR /&gt;many thanks</description>
      <pubDate>Sat, 16 Nov 2024 13:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dates-in-TMap/m-p/2265870#M45272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dates in TMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dates-in-TMap/m-p/2265871#M45273</link>
      <description>I'm not sure what are you trying to do... you should post you tmap screenshot.&lt;BR /&gt;anyway if you want to lookup a table based by a "MM/yyyy" string key, just use TalendDate.parsedate to obtain the relevant string part...</description>
      <pubDate>Wed, 23 Mar 2011 20:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dates-in-TMap/m-p/2265871#M45273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-23T20:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dates in TMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dates-in-TMap/m-p/2265872#M45274</link>
      <description>You could try the Talend routine dateCompare or reformat the dates for comparison.</description>
      <pubDate>Thu, 24 Mar 2011 11:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dates-in-TMap/m-p/2265872#M45274</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2011-03-24T11:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dates in TMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dates-in-TMap/m-p/2265873#M45275</link>
      <description>i have a input file with date column as format december 1, 2013
&lt;BR /&gt;and i m using TalendDate.parseDate("MMM dd, yyyy",row2.ReviewDate) in tmap and it is not working please help</description>
      <pubDate>Fri, 06 Dec 2013 09:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dates-in-TMap/m-p/2265873#M45275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-06T09:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dates in TMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dates-in-TMap/m-p/2265874#M45276</link>
      <description>Hi shersushant, 
&lt;BR /&gt;"MMM" is for "Dec" and"MMMM" is "December". 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCh2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128313i11DA228DA93EF165/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCh2.png" alt="0683p000009MCh2.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCOW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158308iBD583495475A5C0D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCOW.png" alt="0683p000009MCOW.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 06 Dec 2013 09:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dates-in-TMap/m-p/2265874#M45276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-06T09:36:13Z</dc:date>
    </item>
  </channel>
</rss>

