<?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 problems with years over 2040 in tAS400input in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Date-problems-with-years-over-2040-in-tAS400input/m-p/2231510#M21784</link>
    <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;
&lt;P&gt;I'm using date format "dd-MM-yyyy" in Talend.&lt;/P&gt;
&lt;P&gt;I don't have problems reading other dates, my AS400 table have more than 100000 lines and dates over 2040 represent 20 lines only.&lt;/P&gt;
&lt;P&gt;I managed to resolved the problem by casting the date as timestamp...&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2019 08:50:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-07-23T08:50:29Z</dc:date>
    <item>
      <title>Date problems with years over 2040 in tAS400input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-problems-with-years-over-2040-in-tAS400input/m-p/2231508#M21782</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am trying to select dates using a tAS400input component in Talend 6.3.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In some of these dates, years are over 2040, and they are considered null in the result panel of sql builder of the component.&lt;/P&gt; 
&lt;P&gt;For example, date '2039-12-31' is fine, but date '2040-01-01' isn't:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pb date.png" style="width: 260px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6b3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151781i8E273380A3AC402F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6b3.png" alt="0683p000009M6b3.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I don't have the problem using System i Navigator for example:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pb date_iSeries.png" style="width: 205px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6U8.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136743i0BA0396F38722873/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6U8.png" alt="0683p000009M6U8.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any idea of what can cause the problem?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you in advance for your help!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 12:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-problems-with-years-over-2040-in-tAS400input/m-p/2231508#M21782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-16T12:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Date problems with years over 2040 in tAS400input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-problems-with-years-over-2040-in-tAS400input/m-p/2231509#M21783</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;What's the date type are you setting in talend studio? Not sure the date is read correct from the source database, try to add a tLogRow after tAs400Input to print the date on the console.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 07:50:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-problems-with-years-over-2040-in-tAS400input/m-p/2231509#M21783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-22T07:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Date problems with years over 2040 in tAS400input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-problems-with-years-over-2040-in-tAS400input/m-p/2231510#M21784</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;
&lt;P&gt;I'm using date format "dd-MM-yyyy" in Talend.&lt;/P&gt;
&lt;P&gt;I don't have problems reading other dates, my AS400 table have more than 100000 lines and dates over 2040 represent 20 lines only.&lt;/P&gt;
&lt;P&gt;I managed to resolved the problem by casting the date as timestamp...&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 08:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-problems-with-years-over-2040-in-tAS400input/m-p/2231510#M21784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-23T08:50:29Z</dc:date>
    </item>
  </channel>
</rss>

