<?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 Column value rejection using TalendDate.isDate in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Date-Column-value-rejection-using-TalendDate-isDate/m-p/2295029#M67852</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please see below&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DateValidation3.PNG" style="width: 712px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lwng.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146229i03B73F54C667A2F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lwng.png" alt="0683p000009Lwng.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Filter logic: TalendDate.isDate(row2.inDate,"M/d/yyyy",true)&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt;</description>
    <pubDate>Wed, 25 Apr 2018 15:47:59 GMT</pubDate>
    <dc:creator>vboppudi</dc:creator>
    <dc:date>2018-04-25T15:47:59Z</dc:date>
    <item>
      <title>Date Column value rejection using TalendDate.isDate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Column-value-rejection-using-TalendDate-isDate/m-p/2295024#M67847</link>
      <description>Hi All, 
&lt;BR /&gt;I have a scenario where I am converting My Date Column from String to Date. Now if any other format Date comes it will go to error Table. 
&lt;BR /&gt;I am converting String to Date in tmap variable port using below 
&lt;BR /&gt;Var1=talenddate.Formatdate("MM/dd/yyyy",Talenddate.paresedate(datecolumn,"MM/dd/yyyyy")) 
&lt;BR /&gt;Var2(where validating date)=Talenddate.isdate(Var1,"MM/dd/yyyy") 
&lt;BR /&gt;Now in Pass and fail output Table of tmap condition given Var2==true and Var2==false 
&lt;BR /&gt;Now data in datecolumn is converting and going properly to original Table. But for negetive Testing Part if any data is like 2016/22/25 it is not going to Error Table. Can anybody please help 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;,@TRF,@vboppudi</description>
      <pubDate>Tue, 24 Apr 2018 19:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Column-value-rejection-using-TalendDate-isDate/m-p/2295024#M67847</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-24T19:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Date Column value rejection using TalendDate.isDate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Column-value-rejection-using-TalendDate-isDate/m-p/2295025#M67848</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;are you looking foe the following output?&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DateValidation1.PNG" style="width: 802px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lwzq.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150027i2DA60F332E2D77F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lwzq.png" alt="0683p000009Lwzq.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DateValidation2.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lwzv.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132311iE32BDE9B909309D4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lwzv.png" alt="0683p000009Lwzv.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 20:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Column-value-rejection-using-TalendDate-isDate/m-p/2295025#M67848</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-04-24T20:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Date Column value rejection using TalendDate.isDate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Column-value-rejection-using-TalendDate-isDate/m-p/2295026#M67849</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLseAAG"&gt;@vboppudi&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;Using this. But all data going to error Table Now.&lt;/P&gt; 
&lt;P&gt;TalendDate.isDate(row1.MONTH_OF_DATE,"MM/dd/yyyy",true). Data is in MM/dd/yyyy&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 14:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Column-value-rejection-using-TalendDate-isDate/m-p/2295026#M67849</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-25T14:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date Column value rejection using TalendDate.isDate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Column-value-rejection-using-TalendDate-isDate/m-p/2295027#M67850</link>
      <description>&lt;P&gt;Please provide some sample source data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 15:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Column-value-rejection-using-TalendDate-isDate/m-p/2295027#M67850</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-04-25T15:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Date Column value rejection using TalendDate.isDate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Column-value-rejection-using-TalendDate-isDate/m-p/2295028#M67851</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLseAAG"&gt;@vboppudi&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;Please find it&lt;/P&gt; 
&lt;P&gt;3/1/2016&lt;BR /&gt;4/1/2016&lt;BR /&gt;5/1/2017&lt;BR /&gt;2016/22/35&lt;/P&gt; 
&lt;P&gt;Top 3 should go to Normal and Below One &lt;SPAN&gt;2016/22/35&amp;nbsp;&lt;/SPAN&gt;should go to error. Input coming to tmap is String and converting that to Date using&amp;nbsp;TalendDate.parseDate("MM/dd/yyyy",row1.MONTH_OF_DATE).&lt;/P&gt; 
&lt;P&gt;This is the Boolean Variable Port condition for seggregating data&lt;/P&gt; 
&lt;P&gt;TalendDate.isDate(row1.MONTH_OF_DATE,"MM/dd/yyyy",true)&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 15:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Column-value-rejection-using-TalendDate-isDate/m-p/2295028#M67851</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-25T15:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Date Column value rejection using TalendDate.isDate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Column-value-rejection-using-TalendDate-isDate/m-p/2295029#M67852</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please see below&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DateValidation3.PNG" style="width: 712px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lwng.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146229i03B73F54C667A2F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lwng.png" alt="0683p000009Lwng.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Filter logic: TalendDate.isDate(row2.inDate,"M/d/yyyy",true)&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 15:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Column-value-rejection-using-TalendDate-isDate/m-p/2295029#M67852</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-04-25T15:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Date Column value rejection using TalendDate.isDate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Column-value-rejection-using-TalendDate-isDate/m-p/2295030#M67853</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLseAAG"&gt;@vboppudi&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;I inserted&amp;nbsp;35/2017/22 this record in my file. It went to reject. But going there It converted to something like this 5/10/0030. I am taking My date Column to tmap Pass and ERROR Table of Output and converting there using&amp;nbsp;TalendDate.parseDate("MM/dd/yyyy",row1.MONTH_OF_DATE). Snapshots attached&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsnS"&gt;tmap_fail.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsNl"&gt;tmap_pass.JPG&lt;/A&gt;</description>
      <pubDate>Wed, 25 Apr 2018 16:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Column-value-rejection-using-TalendDate-isDate/m-p/2295030#M67853</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-25T16:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Date Column value rejection using TalendDate.isDate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Column-value-rejection-using-TalendDate-isDate/m-p/2295031#M67854</link>
      <description>&lt;P&gt;Are you trying to convert invalid dates to specific format?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If yes, that is not going to work because you don't know the format input value coming.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let us know you exact requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 16:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Column-value-rejection-using-TalendDate-isDate/m-p/2295031#M67854</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-04-25T16:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Date Column value rejection using TalendDate.isDate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Column-value-rejection-using-TalendDate-isDate/m-p/2295032#M67855</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLseAAG"&gt;@vboppudi&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;Yess You were right. I was trying to convert Invalid Date to Right Format which was causing Issue. Changing Datatype to String in Error Table and dragging from Input Date Column to ERROR Table DateColumn Port of tmap resolved my Issue. Marking the Post as resolved. &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;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 08:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Column-value-rejection-using-TalendDate-isDate/m-p/2295032#M67855</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-26T08:55:01Z</dc:date>
    </item>
  </channel>
</rss>

