<?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: Timestamp format - &amp;quot;dd-MM-yyyy HH:mm:ss.SSSZ&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Timestamp-format-quot-dd-MM-yyyy-HH-mm-ss-SSSZ-quot/m-p/2290514#M63790</link>
    <description>TalendDate.parseDate("yyyy-MM-dd HH:mm:ss.SSSS",row1.LDATE ) 
&lt;BR /&gt; 
&lt;BR /&gt;same error: 
&lt;BR /&gt;Exception in component tMap_1 
&lt;BR /&gt;java.lang.RuntimeException: java.text.ParseException: Unparseable date: "M" 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at routines.TalendDate.parseDate(TalendDate.java:864) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at routines.TalendDate.parseDate(TalendDate.java:808) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at pmibrowser.test_0_1.test.tFirebirdInput_1Process(test.java:1223) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at pmibrowser.test_0_1.test.runJobInTOS(test.java:1816) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at pmibrowser.test_0_1.test.main(test.java:1624) 
&lt;BR /&gt;Caused by: java.text.ParseException: Unparseable date: "M" 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.text.DateFormat.parse(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at routines.TalendDate.parseDate(TalendDate.java:850) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... 4 more 
&lt;BR /&gt; di</description>
    <pubDate>Thu, 09 Jul 2015 13:31:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-09T13:31:57Z</dc:date>
    <item>
      <title>Timestamp format - "dd-MM-yyyy HH:mm:ss.SSSZ"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Timestamp-format-quot-dd-MM-yyyy-HH-mm-ss-SSSZ-quot/m-p/2290512#M63788</link>
      <description>In a firebird datbase I have the following date: 
&lt;BR /&gt;2015-07-07 21:30:59.4300&amp;nbsp; 
&lt;BR /&gt;I need to compare with another date 
&lt;BR /&gt;How to convert it to timestamp ? 
&lt;BR /&gt;I have try TalendDate.parseDate("yyyy-mm-dd HH:mm:ss.SSSS",row1.LDATE ) 
&lt;BR /&gt;and I get: 
&lt;BR /&gt;Exception in component tMap_1 
&lt;BR /&gt;java.lang.RuntimeException: java.text.ParseException: Unparseable date: "M" 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at routines.TalendDate.parseDate(TalendDate.java:864) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at routines.TalendDate.parseDate(TalendDate.java:808) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at pmibrowser.test_0_1.test.tFirebirdInput_1Process(test.java:1223) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at pmibrowser.test_0_1.test.runJobInTOS(test.java:1816) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at pmibrowser.test_0_1.test.main(test.java:1624) 
&lt;BR /&gt;Caused by: java.text.ParseException: Unparseable date: "M" 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.text.DateFormat.parse(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at routines.TalendDate.parseDate(TalendDate.java:850) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... 4 more 
&lt;BR /&gt;What is the right way to do it? 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Didier</description>
      <pubDate>Thu, 09 Jul 2015 11:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Timestamp-format-quot-dd-MM-yyyy-HH-mm-ss-SSSZ-quot/m-p/2290512#M63788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T11:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp format - "dd-MM-yyyy HH:mm:ss.SSSZ"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Timestamp-format-quot-dd-MM-yyyy-HH-mm-ss-SSSZ-quot/m-p/2290513#M63789</link>
      <description>Hi,&lt;BR /&gt;Try changing your date pattern from yyyy-mm-dd to yyyy-MM-dd. &amp;nbsp; &amp;nbsp; &lt;BR /&gt;Hope that helps.&lt;BR /&gt;Tom</description>
      <pubDate>Thu, 09 Jul 2015 12:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Timestamp-format-quot-dd-MM-yyyy-HH-mm-ss-SSSZ-quot/m-p/2290513#M63789</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T12:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp format - "dd-MM-yyyy HH:mm:ss.SSSZ"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Timestamp-format-quot-dd-MM-yyyy-HH-mm-ss-SSSZ-quot/m-p/2290514#M63790</link>
      <description>TalendDate.parseDate("yyyy-MM-dd HH:mm:ss.SSSS",row1.LDATE ) 
&lt;BR /&gt; 
&lt;BR /&gt;same error: 
&lt;BR /&gt;Exception in component tMap_1 
&lt;BR /&gt;java.lang.RuntimeException: java.text.ParseException: Unparseable date: "M" 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at routines.TalendDate.parseDate(TalendDate.java:864) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at routines.TalendDate.parseDate(TalendDate.java:808) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at pmibrowser.test_0_1.test.tFirebirdInput_1Process(test.java:1223) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at pmibrowser.test_0_1.test.runJobInTOS(test.java:1816) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at pmibrowser.test_0_1.test.main(test.java:1624) 
&lt;BR /&gt;Caused by: java.text.ParseException: Unparseable date: "M" 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.text.DateFormat.parse(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at routines.TalendDate.parseDate(TalendDate.java:850) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... 4 more 
&lt;BR /&gt; di</description>
      <pubDate>Thu, 09 Jul 2015 13:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Timestamp-format-quot-dd-MM-yyyy-HH-mm-ss-SSSZ-quot/m-p/2290514#M63790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T13:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp format - "dd-MM-yyyy HH:mm:ss.SSSZ"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Timestamp-format-quot-dd-MM-yyyy-HH-mm-ss-SSSZ-quot/m-p/2290515#M63791</link>
      <description>No idéas??&lt;BR /&gt;No suggestions???</description>
      <pubDate>Fri, 10 Jul 2015 06:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Timestamp-format-quot-dd-MM-yyyy-HH-mm-ss-SSSZ-quot/m-p/2290515#M63791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-10T06:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp format - "dd-MM-yyyy HH:mm:ss.SSSZ"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Timestamp-format-quot-dd-MM-yyyy-HH-mm-ss-SSSZ-quot/m-p/2290516#M63792</link>
      <description>I have tested the following syntax:&lt;BR /&gt;"dd-MM-yyyy HH:mm:ss.SSSZ"&lt;BR /&gt;I have the same error</description>
      <pubDate>Fri, 10 Jul 2015 07:22:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Timestamp-format-quot-dd-MM-yyyy-HH-mm-ss-SSSZ-quot/m-p/2290516#M63792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-10T07:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp format - "dd-MM-yyyy HH:mm:ss.SSSZ"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Timestamp-format-quot-dd-MM-yyyy-HH-mm-ss-SSSZ-quot/m-p/2290517#M63793</link>
      <description>Hi, 
&lt;BR /&gt;Sorry for the delay, I have been wrapped up in a project.&amp;nbsp; Question - are you trying to parse the actual date value or have you converted the date value to a string first?&amp;nbsp; I ask because you cannot parse a date type field, you need to provide a string version of it.&amp;nbsp; 
&lt;BR /&gt;Below is the narrative from the Talend parseDate 'method' 
&lt;BR /&gt; 
&lt;B&gt;Parses text from the beginning of the given string to produce a date using the given pattern and the default date format symbols for the given locale. The method may not use the entire text of the given string.&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;@param pattern the pattern to parse.&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;@param stringDate A string whose beginning should be parsed&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;@return A date parsed from the string&amp;nbsp; &lt;BR /&gt;&lt;/B&gt; 
&lt;BR /&gt;Let me know if you are already using a string value to parse from and if not, convert the date to a string variable and try that out. 
&lt;BR /&gt;Tom</description>
      <pubDate>Mon, 13 Jul 2015 11:56:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Timestamp-format-quot-dd-MM-yyyy-HH-mm-ss-SSSZ-quot/m-p/2290517#M63793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-13T11:56:35Z</dc:date>
    </item>
  </channel>
</rss>

