<?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 BULK MSSQL IMPORTING DATE-ERROR in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/BULK-MSSQL-IMPORTING-DATE-ERROR/m-p/2291380#M64565</link>
    <description>&lt;P&gt;I use this job to import data from a csv file into a bulk mssql component, I got an error on a date field in the table because the date is less than 1-1-1753, so I used an output file to catch the rejected lines but it doesn't catch any erroneous date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any solution?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 07:51:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T07:51:38Z</dc:date>
    <item>
      <title>BULK MSSQL IMPORTING DATE-ERROR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/BULK-MSSQL-IMPORTING-DATE-ERROR/m-p/2291380#M64565</link>
      <description>&lt;P&gt;I use this job to import data from a csv file into a bulk mssql component, I got an error on a date field in the table because the date is less than 1-1-1753, so I used an output file to catch the rejected lines but it doesn't catch any erroneous date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any solution?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/BULK-MSSQL-IMPORTING-DATE-ERROR/m-p/2291380#M64565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: BULK MSSQL IMPORTING DATE-ERROR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/BULK-MSSQL-IMPORTING-DATE-ERROR/m-p/2291381#M64566</link>
      <description>It is a MSSQL error not a java error.
&lt;BR /&gt;I believe the smallest date in java is Sun, 2 Dec 292269055 BC 16:47:04 +0000
&lt;BR /&gt;
&lt;BR /&gt;Since the minimum date value that a DATETIME data type can have is January 1, 1753, you have to use either INT, DECIMAL/NUMERIC or VARCHAR data type to hold a date value before January 1, 1753. Of these three data types, the best data type to use is the INT data type because it will only require 4 bytes to store the data. DECIMAL or NUMERIC data type will require 5 bytes to store the date value in YYYYMMDD format while a VARCHAR data type will use 8 bytes.</description>
      <pubDate>Fri, 03 Aug 2018 11:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/BULK-MSSQL-IMPORTING-DATE-ERROR/m-p/2291381#M64566</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-03T11:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: BULK MSSQL IMPORTING DATE-ERROR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/BULK-MSSQL-IMPORTING-DATE-ERROR/m-p/2291382#M64567</link>
      <description>&lt;P&gt;THANK YOU SO MUCH FOR YOUR ANSWER,&lt;/P&gt;&lt;P&gt;but actually I want to reject dates before&amp;nbsp; 1-1-1753,I don t want to keep them so I used the output file to reject them.&lt;/P&gt;&lt;P&gt;but I got error and the file doesn t catch errorenous rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;even I use Tfilter it generates errors.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 11:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/BULK-MSSQL-IMPORTING-DATE-ERROR/m-p/2291382#M64567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-03T11:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: BULK MSSQL IMPORTING DATE-ERROR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/BULK-MSSQL-IMPORTING-DATE-ERROR/m-p/2291383#M64568</link>
      <description>If you talk about errors, please attach it...&lt;BR /&gt;Suggest using a tMap with 2 outputs and filter.&lt;BR /&gt;&lt;BR /&gt;For the sake of argument... Why on earth you want to reject these records, because of technical mssql limitations?</description>
      <pubDate>Fri, 03 Aug 2018 11:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/BULK-MSSQL-IMPORTING-DATE-ERROR/m-p/2291383#M64568</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-03T11:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: BULK MSSQL IMPORTING DATE-ERROR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/BULK-MSSQL-IMPORTING-DATE-ERROR/m-p/2291384#M64569</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Please use the below filter expression in tmap to filter older dates.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lz03.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149887i31077CABB53EEE90/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lz03.png" alt="0683p000009Lz03.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;TalendDate.compareDate(row1.data,TalendDate.parseDate("dd-MM-yyyy","01-01-1753")) == 1&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I was able to segregate the data using this condition.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If the update has helped you, could you please mark the topic as solution provided?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 12:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/BULK-MSSQL-IMPORTING-DATE-ERROR/m-p/2291384#M64569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-03T12:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: BULK MSSQL IMPORTING DATE-ERROR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/BULK-MSSQL-IMPORTING-DATE-ERROR/m-p/2291385#M64570</link>
      <description>Thank you so much sir.</description>
      <pubDate>Fri, 03 Aug 2018 13:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/BULK-MSSQL-IMPORTING-DATE-ERROR/m-p/2291385#M64570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-03T13:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: BULK MSSQL IMPORTING DATE-ERROR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/BULK-MSSQL-IMPORTING-DATE-ERROR/m-p/2291386#M64571</link>
      <description>&lt;P&gt;Happy to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Enjoy programming in Talend &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 13:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/BULK-MSSQL-IMPORTING-DATE-ERROR/m-p/2291386#M64571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-03T13:43:41Z</dc:date>
    </item>
  </channel>
</rss>

