<?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: [resolved] Cannot check Date pattern using tSchemaComplianceCheck component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Cannot-check-Date-pattern-using-tSchemaComplianceCheck/m-p/2216009#M12204</link>
    <description>Hi klmc, 
&lt;BR /&gt;I'm not sure this will help, but I tried the same as you and it worked ok for me. I have the date coming in as a string and used the same custom parameters in the schema check. I am running TIS 4.0.2. This seems to have been a known error in previous versions, so it might be your version: 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCnSICA0" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/date-parse-error-and-tSchemaComplianceCheck/td-p/88680&lt;/A&gt; 
&lt;BR /&gt;You can reject the invalid dates using tFileInput by changing the type to "Date" and unchecking Die on error. You'll get an unparseable date error on the console, which is not great, but the row will be sent to the reject flow and you can capture the information in a file if you need it. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Rick</description>
    <pubDate>Wed, 27 Oct 2010 09:42:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-10-27T09:42:29Z</dc:date>
    <item>
      <title>[resolved] Cannot check Date pattern using tSchemaComplianceCheck component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Cannot-check-Date-pattern-using-tSchemaComplianceCheck/m-p/2216008#M12203</link>
      <description>Hi,
&lt;BR /&gt;I used tSchemaComplianceCheck component to generate a list of rejected data that violates the schema. 
&lt;BR /&gt;In the tFileInputDelimited, the schema is defined as follows:
&lt;BR /&gt;ID NUMBER
&lt;BR /&gt;CREATE_DT STRING
&lt;BR /&gt;In the tSchemaComplianceCheck, I selected "Custom Defined" option and defined the checked columns
&lt;BR /&gt;ID; Number; checked Max Length
&lt;BR /&gt;CREATE_DT; Date; Date pattern: yyyy-MM-dd HH:mm:ss
&lt;BR /&gt;The data coming in as
&lt;BR /&gt;ID: 1
&lt;BR /&gt;CREATE_DT: 01-10-2010 16:12:12
&lt;BR /&gt;However, this record ID:1 is not rejected from the tSchemaComplianceCheck which cause a Unparseable date error.
&lt;BR /&gt;How can I make sure the data that is DATE datatype does meet the date pattern requirement?
&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Sat, 16 Nov 2024 13:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Cannot-check-Date-pattern-using-tSchemaComplianceCheck/m-p/2216008#M12203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Cannot check Date pattern using tSchemaComplianceCheck component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Cannot-check-Date-pattern-using-tSchemaComplianceCheck/m-p/2216009#M12204</link>
      <description>Hi klmc, 
&lt;BR /&gt;I'm not sure this will help, but I tried the same as you and it worked ok for me. I have the date coming in as a string and used the same custom parameters in the schema check. I am running TIS 4.0.2. This seems to have been a known error in previous versions, so it might be your version: 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCnSICA0" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/date-parse-error-and-tSchemaComplianceCheck/td-p/88680&lt;/A&gt; 
&lt;BR /&gt;You can reject the invalid dates using tFileInput by changing the type to "Date" and unchecking Die on error. You'll get an unparseable date error on the console, which is not great, but the row will be sent to the reject flow and you can capture the information in a file if you need it. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Rick</description>
      <pubDate>Wed, 27 Oct 2010 09:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Cannot-check-Date-pattern-using-tSchemaComplianceCheck/m-p/2216009#M12204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-27T09:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Cannot check Date pattern using tSchemaComplianceCheck component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Cannot-check-Date-pattern-using-tSchemaComplianceCheck/m-p/2216010#M12205</link>
      <description>Hi tchd, 
&lt;BR /&gt;Thanks for your help!! Based on your post, I upgraded to TOS 4.1.1; however, tSchemaCompliance component still cannot check the date pattern correctly. Do you know if the issue only happen to TOS but not TIS? 
&lt;BR /&gt;Thanks again!!!</description>
      <pubDate>Wed, 27 Oct 2010 18:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Cannot-check-Date-pattern-using-tSchemaComplianceCheck/m-p/2216010#M12205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-27T18:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Cannot check Date pattern using tSchemaComplianceCheck component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Cannot-check-Date-pattern-using-tSchemaComplianceCheck/m-p/2216011#M12206</link>
      <description>Hi klmc,&lt;BR /&gt;I've tried the same thing using TOS 4.1.0M4 and it worked the same as TIS, so it doesn't seem to be the version.  Here is the data I am using:&lt;BR /&gt;ID	Date&lt;BR /&gt;1	01-10-2010 16:12:12&lt;BR /&gt;2	2010-09-17 15:13:21&lt;BR /&gt;And the schema has been defined as int and string for ID and for Date respectively.  It is tab delimited.  I've included a screen shot of my component if that helps.&lt;BR /&gt;Also, below is the output from my job:&lt;BR /&gt;Starting job ValidateSchema at 22:48 27/10/2010.&lt;BR /&gt; connecting to socket on port 4015&lt;BR /&gt; connected&lt;BR /&gt;1|01-10-2010 16:12:12|2|Date:wrong DATE pattern or wrong DATE data&lt;BR /&gt;2|2010-09-17 15:13:21&lt;BR /&gt; disconnected&lt;BR /&gt;Job ValidateSchema ended at 22:48 27/10/2010.</description>
      <pubDate>Wed, 27 Oct 2010 22:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Cannot-check-Date-pattern-using-tSchemaComplianceCheck/m-p/2216011#M12206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-27T22:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Cannot check Date pattern using tSchemaComplianceCheck component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Cannot-check-Date-pattern-using-tSchemaComplianceCheck/m-p/2216012#M12207</link>
      <description>Hi tchd,&lt;BR /&gt;I followed your step by step guidelines based on your job and it works great without any issues using TOS 4.1.1!! Really thanks for your help!&lt;BR /&gt;Thanks and thanks!</description>
      <pubDate>Thu, 28 Oct 2010 00:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Cannot-check-Date-pattern-using-tSchemaComplianceCheck/m-p/2216012#M12207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-28T00:51:50Z</dc:date>
    </item>
  </channel>
</rss>

