<?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: Talend Date Parsing lenient in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-Date-Parsing-lenient/m-p/2337685#M106004</link>
    <description>Hi ..&lt;BR /&gt;Can anyone help on this ...??&lt;BR /&gt;Thanks-&lt;BR /&gt;Raghav</description>
    <pubDate>Fri, 05 Feb 2016 09:29:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-05T09:29:29Z</dc:date>
    <item>
      <title>Talend Date Parsing lenient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Date-Parsing-lenient/m-p/2337684#M106003</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I have been working on exporting the data from excel input to the MySQL using the TOS 5.6.2. I have been facing the date lenient parsing when I export the date fields. But for CSV files I know the option for strictly checking the dates &lt;STRONG&gt;tFileInputDelimited-&amp;gt;Advanced settings-&amp;gt;Check date.&lt;/STRONG&gt;&lt;BR /&gt;I am facing the date lenient for excel&amp;nbsp;files ..if the input date value comes wrong its not rejecting..Please see the below example&amp;nbsp;.. and please assist me on this ..I want to reject the wrong dates..is there any option for excel&amp;nbsp;files..??&amp;nbsp;&lt;BR /&gt;Suppose my input file date column format is MM/dd/yyyy&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;inputdate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Talend output&amp;nbsp;&lt;BR /&gt;10/10/2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;2013-10-10&amp;nbsp;&lt;BR /&gt;8/29/2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013-29-08&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;13/29/2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014-29-01&amp;nbsp;---&amp;gt;conversion lenient&lt;/STRONG&gt;&amp;nbsp;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Raghav&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 09:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Date-Parsing-lenient/m-p/2337684#M106003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-04T09:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Date Parsing lenient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Date-Parsing-lenient/m-p/2337685#M106004</link>
      <description>Hi ..&lt;BR /&gt;Can anyone help on this ...??&lt;BR /&gt;Thanks-&lt;BR /&gt;Raghav</description>
      <pubDate>Fri, 05 Feb 2016 09:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Date-Parsing-lenient/m-p/2337685#M106004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-05T09:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Date Parsing lenient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Date-Parsing-lenient/m-p/2337686#M106005</link>
      <description>If you can code:
&lt;BR /&gt;read everthing as String and do your own check date
&lt;BR /&gt;If not:
&lt;BR /&gt;read everything as string write dirctly as CSV and read with you componant which Support checkdate</description>
      <pubDate>Fri, 05 Feb 2016 11:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Date-Parsing-lenient/m-p/2337686#M106005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-05T11:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Date Parsing lenient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Date-Parsing-lenient/m-p/2337687#M106006</link>
      <description>Hi. 
&lt;BR /&gt;Thanks for your reply. 
&lt;BR /&gt;I am working with the tfileinputexcel in the Event mode i.e., Less memory consumed for large excel(Event mode). When I try to read the excel file date files it is reading the exact input records. 
&lt;BR /&gt;See the below.. 
&lt;BR /&gt; 
&lt;BR /&gt;Input Record---&amp;gt; Talend Output 
&lt;BR /&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | 
&lt;BR /&gt;12/13/2015----&amp;gt; 12/13/15 
&lt;BR /&gt;12/18/2015----&amp;gt; 12/18/15 
&lt;BR /&gt;12/4/2015-----&amp;gt; 12/4 
&lt;B&gt;/15&lt;/B&gt; 
&lt;BR /&gt;Here, Year part is not reading as like as in the input ..it is reading only "YY". 
&lt;BR /&gt;In, Event mode only I am facing this problem. In user mode for small excel files date has been loading the exact values as in the input. 
&lt;BR /&gt; 
&lt;BR /&gt;So, is there any options like to check date values strictly in the tfileinputexcel as like check date in the tfileinputdelimited. 
&lt;BR /&gt;And I am not familiar with programing. Please suggest any GUI options. 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks- 
&lt;BR /&gt;Raghav.&amp;nbsp;</description>
      <pubDate>Fri, 05 Feb 2016 12:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Date-Parsing-lenient/m-p/2337687#M106006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-05T12:27:13Z</dc:date>
    </item>
  </channel>
</rss>

