<?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] xml file to map :tXMLMap_1_TXMLMAP_OUT Unparseable date in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-xml-file-to-map-tXMLMap-1-TXMLMAP-OUT-Unparseable-date/m-p/2326018#M95548</link>
    <description>&lt;P&gt;Request for Quick help&lt;/P&gt;&lt;P&gt;Facing an similar issue as below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Starting job Test_Job_1 at 14:37 11/03/2020.&lt;/P&gt;&lt;P&gt;[statistics] connecting to socket on port 3746&lt;BR /&gt;[statistics] connected&lt;BR /&gt;Exception in component tXMLMap_3_TXMLMAP_OUT (Test_Job_1)&lt;BR /&gt;java.lang.RuntimeException: Unparseable date: "2020-02-14T09:52:42Z"&lt;BR /&gt;at routines.system.ParserUtils.parseTo_Date(ParserUtils.java:339)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1$1TreeNode_API_tXMLMap_3_TXMLMAP_OUT.get_Date(Test_Job_1.java:2505)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1.tRESTClient_2Process(Test_Job_1.java:3311)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1.tFileInputDelimited_1Process(Test_Job_1.java:1514)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1.runJobInTOS(Test_Job_1.java:4330)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1.main(Test_Job_1.java:4084)&lt;BR /&gt;[FATAL]: bat_integration.test_job_1_0_1.Test_Job_1 - tXMLMap_3_TXMLMAP_OUT Unparseable date: "2020-02-14T09:52:42Z"&lt;BR /&gt;java.lang.RuntimeException: Unparseable date: "2020-02-14T09:52:42Z"&lt;BR /&gt;at routines.system.ParserUtils.parseTo_Date(ParserUtils.java:339)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1$1TreeNode_API_tXMLMap_3_TXMLMAP_OUT.get_Date(Test_Job_1.java:2505)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1.tRESTClient_2Process(Test_Job_1.java:3311)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1.tFileInputDelimited_1Process(Test_Job_1.java:1514)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1.runJobInTOS(Test_Job_1.java:4330)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1.main(Test_Job_1.java:4084)&lt;BR /&gt;[statistics] disconnected&lt;/P&gt;&lt;P&gt;Job Test_Job_1 ended at 14:37 11/03/2020. [exit code=1]&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ly3A"&gt;code.PNG&lt;/A&gt;</description>
    <pubDate>Wed, 11 Mar 2020 09:11:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-03-11T09:11:26Z</dc:date>
    <item>
      <title>[resolved] xml file to map :tXMLMap_1_TXMLMAP_OUT Unparseable date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-xml-file-to-map-tXMLMap-1-TXMLMAP-OUT-Unparseable-date/m-p/2326013#M95543</link>
      <description>Hello all! 
&lt;BR /&gt;I stripped my process to the bare minimum. tFileInoutXML - &amp;gt; tXMLMap -&amp;gt;tLogrow 
&lt;BR /&gt;&amp;nbsp;with 2 field : TransmissionCode (string) and TransmissionDateTime (dateTime). 
&lt;BR /&gt;The date in the file is : 2017-03-17T20:17:03 
&lt;BR /&gt;The output of the tFileInoutXML is a Type Document. 
&lt;BR /&gt;In the tXMLMAp I defined the field TransmissionDateTime as a Date with Date pattern: "yyyy-MM-dd'T'HH:mm:ss" 
&lt;BR /&gt;Yet it crash with tXMLMap_1_TXMLMAP_OUT Unparseable date: "2017-03-17T20:17:03" 
&lt;BR /&gt;Exception in component tXMLMap_1_TXMLMAP_OUT 
&lt;BR /&gt;java.lang.RuntimeException: Unparseable date: "2017-03-17T20:17:03" 
&lt;BR /&gt;If I check the code I see the folowing: 
&lt;BR /&gt;Header_tmp.TransmissionDateTime = treeNodeAPI_tXMLMap_1_TXMLMAP_OUT 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; .get_Date( 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; "ColtraneFile.Coltrane:/CollegeTransmission/Header/TransmissionDateTime", 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; 
&lt;B&gt;&amp;nbsp; "dd-MM-yyyy")&lt;/B&gt;; 
&lt;BR /&gt;Now where and why do the treeNodeAPI_tXMLMap_1_TXMLMAP_OUT is calling getDate( "dd-MM-yyyy") ? 
&lt;BR /&gt;Thank you for your help, 
&lt;BR /&gt;Isabelle</description>
      <pubDate>Wed, 22 Mar 2017 16:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-xml-file-to-map-tXMLMap-1-TXMLMAP-OUT-Unparseable-date/m-p/2326013#M95543</guid>
      <dc:creator>ichart</dc:creator>
      <dc:date>2017-03-22T16:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] xml file to map :tXMLMap_1_TXMLMAP_OUT Unparseable date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-xml-file-to-map-tXMLMap-1-TXMLMAP-OUT-Unparseable-date/m-p/2326014#M95544</link>
      <description>Hi&amp;nbsp;
&lt;BR /&gt;I am trying to reproduce the issue, can you please upload some screenshots of your job or export your job and send it to me via email?
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 24 Mar 2017 03:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-xml-file-to-map-tXMLMap-1-TXMLMAP-OUT-Unparseable-date/m-p/2326014#M95544</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-24T03:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] xml file to map :tXMLMap_1_TXMLMAP_OUT Unparseable date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-xml-file-to-map-tXMLMap-1-TXMLMAP-OUT-Unparseable-date/m-p/2326015#M95545</link>
      <description>Hi Shong,
&lt;BR /&gt;I send you an email titled
&lt;BR /&gt;export of job for 
&lt;BR /&gt;Thank yo uso much for your help,
&lt;BR /&gt;Isabelle</description>
      <pubDate>Fri, 24 Mar 2017 16:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-xml-file-to-map-tXMLMap-1-TXMLMAP-OUT-Unparseable-date/m-p/2326015#M95545</guid>
      <dc:creator>ichart</dc:creator>
      <dc:date>2017-03-24T16:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] xml file to map :tXMLMap_1_TXMLMAP_OUT Unparseable date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-xml-file-to-map-tXMLMap-1-TXMLMAP-OUT-Unparseable-date/m-p/2326016#M95546</link>
      <description>&lt;P&gt;Hi &amp;nbsp;&lt;BR /&gt;In the input schema, define the date pattern as "&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;yyyy-MM-dd'T'HH:mm:ss&lt;/FONT&gt;&lt;/FONT&gt;" also, it should work now.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 959px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwZ7.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138300iAEDDFF2BBB7D05E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwZ7.png" alt="0683p000009LwZ7.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Shong&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 11:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-xml-file-to-map-tXMLMap-1-TXMLMAP-OUT-Unparseable-date/m-p/2326016#M95546</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-27T11:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] xml file to map :tXMLMap_1_TXMLMAP_OUT Unparseable date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-xml-file-to-map-tXMLMap-1-TXMLMAP-OUT-Unparseable-date/m-p/2326017#M95547</link>
      <description>That flew right past me,&lt;BR /&gt;Thank you so very much, this is a good way to start a week!</description>
      <pubDate>Mon, 27 Mar 2017 12:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-xml-file-to-map-tXMLMap-1-TXMLMAP-OUT-Unparseable-date/m-p/2326017#M95547</guid>
      <dc:creator>ichart</dc:creator>
      <dc:date>2017-03-27T12:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] xml file to map :tXMLMap_1_TXMLMAP_OUT Unparseable date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-xml-file-to-map-tXMLMap-1-TXMLMAP-OUT-Unparseable-date/m-p/2326018#M95548</link>
      <description>&lt;P&gt;Request for Quick help&lt;/P&gt;&lt;P&gt;Facing an similar issue as below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Starting job Test_Job_1 at 14:37 11/03/2020.&lt;/P&gt;&lt;P&gt;[statistics] connecting to socket on port 3746&lt;BR /&gt;[statistics] connected&lt;BR /&gt;Exception in component tXMLMap_3_TXMLMAP_OUT (Test_Job_1)&lt;BR /&gt;java.lang.RuntimeException: Unparseable date: "2020-02-14T09:52:42Z"&lt;BR /&gt;at routines.system.ParserUtils.parseTo_Date(ParserUtils.java:339)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1$1TreeNode_API_tXMLMap_3_TXMLMAP_OUT.get_Date(Test_Job_1.java:2505)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1.tRESTClient_2Process(Test_Job_1.java:3311)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1.tFileInputDelimited_1Process(Test_Job_1.java:1514)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1.runJobInTOS(Test_Job_1.java:4330)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1.main(Test_Job_1.java:4084)&lt;BR /&gt;[FATAL]: bat_integration.test_job_1_0_1.Test_Job_1 - tXMLMap_3_TXMLMAP_OUT Unparseable date: "2020-02-14T09:52:42Z"&lt;BR /&gt;java.lang.RuntimeException: Unparseable date: "2020-02-14T09:52:42Z"&lt;BR /&gt;at routines.system.ParserUtils.parseTo_Date(ParserUtils.java:339)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1$1TreeNode_API_tXMLMap_3_TXMLMAP_OUT.get_Date(Test_Job_1.java:2505)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1.tRESTClient_2Process(Test_Job_1.java:3311)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1.tFileInputDelimited_1Process(Test_Job_1.java:1514)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1.runJobInTOS(Test_Job_1.java:4330)&lt;BR /&gt;at bat_integration.test_job_1_0_1.Test_Job_1.main(Test_Job_1.java:4084)&lt;BR /&gt;[statistics] disconnected&lt;/P&gt;&lt;P&gt;Job Test_Job_1 ended at 14:37 11/03/2020. [exit code=1]&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ly3A"&gt;code.PNG&lt;/A&gt;</description>
      <pubDate>Wed, 11 Mar 2020 09:11:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-xml-file-to-map-tXMLMap-1-TXMLMAP-OUT-Unparseable-date/m-p/2326018#M95548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-11T09:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] xml file to map :tXMLMap_1_TXMLMAP_OUT Unparseable date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-xml-file-to-map-tXMLMap-1-TXMLMAP-OUT-Unparseable-date/m-p/2326019#M95549</link>
      <description>&lt;P&gt;Note to people who are using a more recent version of Talend.  It is not called "input schema".  The 2nd tab on the input of the tXMLMap component is labeled "TreeSchemaEditor".  You can change the pattern of the date there.  After a couple hours of frustration, I came across this post and got my issue to work!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 15:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-xml-file-to-map-tXMLMap-1-TXMLMAP-OUT-Unparseable-date/m-p/2326019#M95549</guid>
      <dc:creator>Brian_G</dc:creator>
      <dc:date>2021-10-29T15:21:12Z</dc:date>
    </item>
  </channel>
</rss>

