<?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: Unable to retrieve Timestamp(6) formatted datetime from Teradata table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-Timestamp-6-formatted-datetime-from-Teradata/m-p/2350039#M116941</link>
    <description>Hi, 
&lt;BR /&gt;It is a solution, but not sure you can get the exactly value ""2013-03-11 16:02:24.997543"". Perhaps the result seems ""2013-03-11 16:02:24.997000"".
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
    <pubDate>Thu, 09 May 2013 04:28:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-05-09T04:28:57Z</dc:date>
    <item>
      <title>Unable to retrieve Timestamp(6) formatted datetime from Teradata table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-Timestamp-6-formatted-datetime-from-Teradata/m-p/2350034#M116936</link>
      <description>I am new to Talend.&lt;BR /&gt;I tried connecting to Teradata. I have my datetime columns defined as Timestamp(6), like "2013-03-11 16:02:24.997543". But I am unable to read entire nano seconds part. I am able to give "yyyy-MM-dd HH:mm:ss.SSS" and can get first 3 digits in my nano seconds. But if I tried giving "yyyy-MM-dd HH:mm:ss.SSSSSS", I am getting values like this - "2013-03-11 16:02:24.000543" (first three digits being replaced with 0s). Is there any other datetype string (other than SSS) to represent nano seconds? &lt;BR /&gt;Thanks&lt;BR /&gt;Nishanth</description>
      <pubDate>Sat, 30 Mar 2013 21:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-Timestamp-6-formatted-datetime-from-Teradata/m-p/2350034#M116936</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-03-30T21:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve Timestamp(6) formatted datetime from Teradata table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-Timestamp-6-formatted-datetime-from-Teradata/m-p/2350035#M116937</link>
      <description>Hi, 
&lt;BR /&gt;Which talend version do you used? I think this related forum could be helpful for you: 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCp2WCAS" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Load-DATE-type-into-an-Oracle-TIMESTAMP-column/td-p/99066&lt;/A&gt;. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 01 Apr 2013 02:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-Timestamp-6-formatted-datetime-from-Teradata/m-p/2350035#M116937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-01T02:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve Timestamp(6) formatted datetime from Teradata table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-Timestamp-6-formatted-datetime-from-Teradata/m-p/2350036#M116938</link>
      <description>Hi Sabrina,
&lt;BR /&gt;I am using TOS Big Data 5.2.2
&lt;BR /&gt;I have seen that post and I guess it is about .SSS (3 milli seconds) which I was already able to get. But our Teradata tables are defined with Timestamp(6) which uses 6 digits in milli seconds place. Is there a possible way to get this in v5.2.2? Please help me.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Nishanth</description>
      <pubDate>Wed, 01 May 2013 15:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-Timestamp-6-formatted-datetime-from-Teradata/m-p/2350036#M116938</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-05-01T15:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve Timestamp(6) formatted datetime from Teradata table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-Timestamp-6-formatted-datetime-from-Teradata/m-p/2350037#M116939</link>
      <description>Hi, 
&lt;BR /&gt;Unfortunately, java does not support for six and only support for the millisecond sss.
&lt;BR /&gt;If you want to show six, write .SSSSSS and the other part will be Auto completed with "000".
&lt;BR /&gt;For example, the input is:
&lt;BR /&gt;17-APR-12 07.42.57.811804 AM
&lt;BR /&gt;output:
&lt;BR /&gt;17-APR-12 07.42.57.811000 AM
&lt;BR /&gt;Please see the related reference 
&lt;A href="http://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html" rel="nofollow noopener noreferrer"&gt;http://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html&lt;/A&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 06 May 2013 09:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-Timestamp-6-formatted-datetime-from-Teradata/m-p/2350037#M116939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-06T09:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve Timestamp(6) formatted datetime from Teradata table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-Timestamp-6-formatted-datetime-from-Teradata/m-p/2350038#M116940</link>
      <description>Thanks Sabrina,&lt;BR /&gt;I think I need to start using the appended 000's to support my Data Base.&lt;BR /&gt;Thanks&lt;BR /&gt;Nishanth</description>
      <pubDate>Wed, 08 May 2013 16:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-Timestamp-6-formatted-datetime-from-Teradata/m-p/2350038#M116940</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-05-08T16:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve Timestamp(6) formatted datetime from Teradata table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-Timestamp-6-formatted-datetime-from-Teradata/m-p/2350039#M116941</link>
      <description>Hi, 
&lt;BR /&gt;It is a solution, but not sure you can get the exactly value ""2013-03-11 16:02:24.997543"". Perhaps the result seems ""2013-03-11 16:02:24.997000"".
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 09 May 2013 04:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-Timestamp-6-formatted-datetime-from-Teradata/m-p/2350039#M116941</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-09T04:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve Timestamp(6) formatted datetime from Teradata table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-Timestamp-6-formatted-datetime-from-Teradata/m-p/2350040#M116942</link>
      <description>Hi,
&lt;BR /&gt;I am new to the talend and i am getting the below error
&lt;BR /&gt;Exception in component tSalesforceOutput_1
&lt;BR /&gt;java.lang.Exception: org.apache.axis2.AxisFault: '14-05-2013' is not a valid value for the type xsd:dateTime
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Satish Kumar</description>
      <pubDate>Tue, 14 May 2013 12:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-Timestamp-6-formatted-datetime-from-Teradata/m-p/2350040#M116942</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-14T12:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve Timestamp(6) formatted datetime from Teradata table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-Timestamp-6-formatted-datetime-from-Teradata/m-p/2350041#M116943</link>
      <description>Hi satishkumar, 
&lt;BR /&gt;From your error info, it seems that something wrong with your date type
&lt;BR /&gt;Could you give us your work flow and the component setting screenshots? What is your input and output value?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 15 May 2013 04:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-Timestamp-6-formatted-datetime-from-Teradata/m-p/2350041#M116943</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-15T04:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve Timestamp(6) formatted datetime from Teradata table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-Timestamp-6-formatted-datetime-from-Teradata/m-p/2350042#M116944</link>
      <description>Hi Sabrina,&lt;BR /&gt;we are getting the below error while importing data from Oracle in to teradata input. Can you please help us on this.&lt;BR /&gt;Exception in component tTeradataOutput_1&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt;	at new2.orcaletotd_0_1.orcaletotd.tOracleInput_2Process(orcaletotd.java:706)&lt;BR /&gt;	at new2.orcaletotd_0_1.orcaletotd.tOracleConnection_1Process(orcaletotd.java:408)&lt;BR /&gt;	at new2.orcaletotd_0_1.orcaletotd.runJobInTOS(orcaletotd.java:1486)&lt;BR /&gt;	at new2.orcaletotd_0_1.orcaletotd.main(orcaletotd.java:1351)&lt;BR /&gt;Thanks,&lt;BR /&gt;kaarthik</description>
      <pubDate>Tue, 02 Sep 2014 10:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-Timestamp-6-formatted-datetime-from-Teradata/m-p/2350042#M116944</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-02T10:41:33Z</dc:date>
    </item>
  </channel>
</rss>

