<?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: Inserting only TIME into Table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Inserting-only-TIME-into-Table/m-p/2237428#M25856</link>
    <description>Please check the output date pattern in Netezza output component. If the date pattern is different, then this might cause this error.&lt;BR /&gt;Try using a delimited file output and check. Since there is no date, it is taking default date as 1/1/1970 with time and trying to insert it into a time field.</description>
    <pubDate>Thu, 06 Mar 2014 18:14:22 GMT</pubDate>
    <dc:creator>bkar81</dc:creator>
    <dc:date>2014-03-06T18:14:22Z</dc:date>
    <item>
      <title>Inserting only TIME into Table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-only-TIME-into-Table/m-p/2237427#M25855</link>
      <description>I am trying to insert a DATE formatted as "HH:mm:ss" into a Netezza Table as a TIME formatted as "HH:mm:ss". I am able to parse and format the time correctly but when I go to insert it into the table I receive the following error: 
&lt;BR /&gt;ERROR: Bad time external representation '1970-01-01 13:59:29.0' 
&lt;BR /&gt;But when I view it from a tLogRow it shows up in the correct format of 13:59:29 PM . What is causing this issue? 
&lt;BR /&gt;Talend Platform for Data Management, 
&lt;BR /&gt;Version: 5.3.1 
&lt;BR /&gt;Build id: r104014</description>
      <pubDate>Thu, 06 Mar 2014 15:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-only-TIME-into-Table/m-p/2237427#M25855</guid>
      <dc:creator>lungm</dc:creator>
      <dc:date>2014-03-06T15:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting only TIME into Table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-only-TIME-into-Table/m-p/2237428#M25856</link>
      <description>Please check the output date pattern in Netezza output component. If the date pattern is different, then this might cause this error.&lt;BR /&gt;Try using a delimited file output and check. Since there is no date, it is taking default date as 1/1/1970 with time and trying to insert it into a time field.</description>
      <pubDate>Thu, 06 Mar 2014 18:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-only-TIME-into-Table/m-p/2237428#M25856</guid>
      <dc:creator>bkar81</dc:creator>
      <dc:date>2014-03-06T18:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting only TIME into Table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-only-TIME-into-Table/m-p/2237429#M25857</link>
      <description>Talend cannot hold only time. It will always hold the value as datetime. Even if the date format is specified to be HH:mm:ss it is still a datetime object and will contain a date. The solution would be to convert the datetime stamp into a String containing only the time. 
&lt;BR /&gt;Inside your Database output component change the talend type "Type" from DATE to String but keep the "DB Type" as TIME. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCrO.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130949i81418BFC6A2C1A82/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCrO.png" alt="0683p000009MCrO.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 07 Mar 2014 17:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-only-TIME-into-Table/m-p/2237429#M25857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-07T17:11:47Z</dc:date>
    </item>
  </channel>
</rss>

