<?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: Output Wrong when compare two dates with string format in Tmap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323313#M93176</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LONXAA4"&gt;@szhou1&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Quite new here but if I can try to help : Did you try to use TalendDate.compareDate() &amp;amp; FormatDate() ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Check here :&amp;nbsp;&lt;A href="https://help.talend.com/reader/~R4Lk_SlELw9a8pKBKTm9A/JFWl8U3lEbhWZEFAUtYvMw" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/~R4Lk_SlELw9a8pKBKTm9A/JFWl8U3lEbhWZEFAUtYvMw&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;</description>
    <pubDate>Fri, 11 May 2018 15:54:26 GMT</pubDate>
    <dc:creator>daez</dc:creator>
    <dc:date>2018-05-11T15:54:26Z</dc:date>
    <item>
      <title>Output Wrong when compare two dates with string format in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323312#M93175</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can anyone please advise me below issue? Thanks a lot!&amp;nbsp; -&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My purpose was to compare if "ETD" is later than "ETA Port" in string data type&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I changed my schema to show "string" for two dates, and then I wrote syntax&amp;nbsp; -&amp;nbsp;&amp;nbsp;ETD.compareTo(ETA_to_Discharge_Port)&amp;gt;0&lt;/P&gt; 
&lt;P&gt;I think my syntax is correct to compare two strings (please correct me if I am wrong) and then I got below output which ETD is earlier than ETA Port&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 289px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxH7.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131685i59F14B4112315BFC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxH7.png" alt="0683p000009LxH7.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 15:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323312#M93175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-11T15:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Output Wrong when compare two dates with string format in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323313#M93176</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LONXAA4"&gt;@szhou1&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Quite new here but if I can try to help : Did you try to use TalendDate.compareDate() &amp;amp; FormatDate() ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Check here :&amp;nbsp;&lt;A href="https://help.talend.com/reader/~R4Lk_SlELw9a8pKBKTm9A/JFWl8U3lEbhWZEFAUtYvMw" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/~R4Lk_SlELw9a8pKBKTm9A/JFWl8U3lEbhWZEFAUtYvMw&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 15:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323313#M93176</guid>
      <dc:creator>daez</dc:creator>
      <dc:date>2018-05-11T15:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Output Wrong when compare two dates with string format in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323314#M93177</link>
      <description>Thank you for your help!&lt;BR /&gt;I input string data type for two dates so I did not use "compareDate()" syntax because this will need "Date"data type&lt;BR /&gt;If I change my input dates to "Date" data type, it will cause issue because my input Excel reports include lot of different date format&lt;BR /&gt;</description>
      <pubDate>Fri, 11 May 2018 16:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323314#M93177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-11T16:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Output Wrong when compare two dates with string format in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323315#M93178</link>
      <description>&lt;P&gt;Hi, I think you can not compare to dates in string format. May be you can use variable ports in tMap to convert input string to date temporarily&amp;nbsp;and compare dates. for output you can use input string values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 16:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323315#M93178</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-05-11T16:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Output Wrong when compare two dates with string format in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323316#M93179</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I changed into "date" data type and used syntax -&amp;nbsp;TalendDate.compareDate(BKGerrors.ETD, BKGerrors.ETA_to_Discharge_Port)&amp;gt;0&lt;/P&gt; 
&lt;P&gt;and I got below output -&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 281px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxZe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144466i3AE12C01B6C7C7B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxZe.png" alt="0683p000009LxZe.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I checked the source data and find that the output is incorrect because the source for ETD should be below&lt;/P&gt; 
&lt;P&gt;not sure why I got 5/2/2019 which is totally different from the source&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 304px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxLo.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147516iBE756CC6B140A35E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxLo.png" alt="0683p000009LxLo.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 16:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323316#M93179</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-11T16:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Output Wrong when compare two dates with string format in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323317#M93180</link>
      <description>You need to convert string to date both column values in same format.and then you need to compare.</description>
      <pubDate>Fri, 11 May 2018 17:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323317#M93180</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-11T17:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Output Wrong when compare two dates with string format in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323318#M93181</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I created variable to convert string to date and compare. and I got below errors -&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxaN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151432iED28E29CFC1EBD8D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxaN.png" alt="0683p000009LxaN.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lx4E.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154852i8AD19D13941CAAEF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lx4E.png" alt="0683p000009Lx4E.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 18:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323318#M93181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-11T18:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Output Wrong when compare two dates with string format in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323319#M93182</link>
      <description>&lt;P&gt;Please try below&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DateCompare.PNG" style="width: 682px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxGs.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138612i9D37C0690EF11CCE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxGs.png" alt="0683p000009LxGs.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DateCompare1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxaO.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148732iEEFE33556991DEB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxaO.png" alt="0683p000009LxaO.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;From the source 4th record rejected because of ETD&amp;gt;ETA.&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 19:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323319#M93182</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-05-11T19:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Output Wrong when compare two dates with string format in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323320#M93183</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you for the help!&lt;/P&gt; 
&lt;P&gt;Can you please explain in detail why you use tfixrowinput? I am new on Talend so not quite understand...&lt;/P&gt; 
&lt;P&gt;The flow I build is below&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 597px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxTs.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141703i34702E0B616334D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxTs.png" alt="0683p000009LxTs.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 19:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323320#M93183</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-11T19:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Output Wrong when compare two dates with string format in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323321#M93184</link>
      <description>&lt;P&gt;tFixedFlowInput used to create sample data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 19:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323321#M93184</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-05-11T19:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Output Wrong when compare two dates with string format in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323322#M93185</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;After I change my syntax to&amp;nbsp;TalendDate.compareDate(Var.var1,Var.var2)&amp;gt;0 I still get below errors -&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lxaw.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129494iE33BCDF17E67015F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lxaw.png" alt="0683p000009Lxaw.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 20:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323322#M93185</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-11T20:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Output Wrong when compare two dates with string format in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323323#M93186</link>
      <description>&lt;P&gt;please provide tMap configurations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 20:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323323#M93186</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-05-11T20:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Output Wrong when compare two dates with string format in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323324#M93187</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I filtered out the empty data and I don't have issue for parse date error for now.&lt;/P&gt; 
&lt;P&gt;but I have other issue - the output I want is data with ETD&amp;gt;ETA&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For now no matter what I change equation I got ETD&amp;lt;ETA (var1 is ETA and var2 is ETD)&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxQ9.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139480i806F214192A9D406/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxQ9.png" alt="0683p000009LxQ9.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 20:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323324#M93187</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-11T20:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Output Wrong when compare two dates with string format in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323325#M93188</link>
      <description>&lt;P&gt;Try the following:&lt;/P&gt; 
&lt;P&gt;TalendDate.compareDate(Var.ETA_Date,Var.ETD_Date)&amp;lt;0&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LNepAAG"&gt;@rchinta&lt;/A&gt;&amp;nbsp;date1&amp;nbsp;(&lt;SPAN&gt;Var.ETA_Date&lt;/SPAN&gt;)&lt;BR /&gt;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LNepAAG"&gt;@rchinta&lt;/A&gt;&amp;nbsp;date2&amp;nbsp;(&lt;SPAN&gt;Var.ETD_Date&lt;/SPAN&gt;)&lt;BR /&gt;&amp;nbsp;@return&amp;nbsp;the&amp;nbsp;result&amp;nbsp;wheather&amp;nbsp;two&amp;nbsp;date&amp;nbsp;is&amp;nbsp;the&amp;nbsp;same,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;if&amp;nbsp;first&amp;nbsp;one&amp;nbsp;less&amp;nbsp;than&amp;nbsp;second&amp;nbsp;one&amp;nbsp;return&amp;nbsp;number&amp;nbsp;-1 (&lt;SPAN&gt;Var.ETA_Date&amp;lt;Var.ETD_Date)&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;equal's&amp;nbsp;&amp;nbsp;return&amp;nbsp;number&amp;nbsp;0 &lt;SPAN&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN&gt;Var.ETA_Date=Var.ETD_Date)&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;bigger&amp;nbsp;than&amp;nbsp;return&amp;nbsp;number&amp;nbsp;1. &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Var.ETA_Date&amp;gt;Var.ETD_Date)&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 20:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323325#M93188</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-05-11T20:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Output Wrong when compare two dates with string format in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323326#M93189</link>
      <description>Sorry not understand where I need to change - I think I use same thing you just advised</description>
      <pubDate>Fri, 11 May 2018 20:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323326#M93189</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-11T20:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Output Wrong when compare two dates with string format in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323327#M93190</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LONXAA4"&gt;@szhou1&lt;/A&gt;,you were getting empty value in date coumn,since you were not able to convert.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;can you cehck with below expressions in Variable.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;"".equals(row1.EDT) || row1.EDT == null ? "" : TalendDate.parseDate("mm/DD/yyyy",row1.EDT))&lt;BR /&gt;"".equals(row1.ETA) || row1.ETA == null ? "" : TalendDate.parseDate("mm/DD/yyyy",row1.ETA))&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2018 09:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323327#M93190</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-14T09:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Output Wrong when compare two dates with string format in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323328#M93191</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I filtered out empty value but issue is still there -&lt;BR /&gt;i.e. when compare 12/31/2017 with 1/4/2018 Talend will show 12/31/2017&amp;gt;1/4/2018</description>
      <pubDate>Mon, 21 May 2018 16:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323328#M93191</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-21T16:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Output Wrong when compare two dates with string format in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323329#M93192</link>
      <description>&lt;P&gt;its NOT T&lt;SPAN&gt;alendDate.parseDate("mm/DD/yyyy",row1.ETA))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But&amp;nbsp;"MM/dd/yyyy"&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;mm=minutes&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MM=Month&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 23:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323329#M93192</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-05-21T23:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Output Wrong when compare two dates with string format in Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323330#M93193</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think I solved this problem. Thanks Guys!</description>
      <pubDate>Tue, 22 May 2018 14:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Output-Wrong-when-compare-two-dates-with-string-format-in-Tmap/m-p/2323330#M93193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-22T14:28:45Z</dc:date>
    </item>
  </channel>
</rss>

