<?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 [resolved] Any way to specify this datetime format from schema editor ?? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Any-way-to-specify-this-datetime-format-from-schema/m-p/2271241#M48902</link>
    <description>This is what kind of datetime format I have inside xml file: 
&lt;BR /&gt;12/3/2010 4:02:24 PM 
&lt;BR /&gt;Do I need to import this field as a string and then extract the date, or can I just specify a datetime format inside the schema editor in tFileInputXML ?? 
&lt;BR /&gt;From the drop down menu (CTRL+SPACE) in date pattern column of schema editor I don't see the possibility to specify this type of format. The trouble is that days, months and hours can be either one or two numbers (no leading zeros). 
&lt;BR /&gt;Thx.</description>
    <pubDate>Sat, 16 Nov 2024 13:01:01 GMT</pubDate>
    <dc:creator>vladika</dc:creator>
    <dc:date>2024-11-16T13:01:01Z</dc:date>
    <item>
      <title>[resolved] Any way to specify this datetime format from schema editor ??</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Any-way-to-specify-this-datetime-format-from-schema/m-p/2271241#M48902</link>
      <description>This is what kind of datetime format I have inside xml file: 
&lt;BR /&gt;12/3/2010 4:02:24 PM 
&lt;BR /&gt;Do I need to import this field as a string and then extract the date, or can I just specify a datetime format inside the schema editor in tFileInputXML ?? 
&lt;BR /&gt;From the drop down menu (CTRL+SPACE) in date pattern column of schema editor I don't see the possibility to specify this type of format. The trouble is that days, months and hours can be either one or two numbers (no leading zeros). 
&lt;BR /&gt;Thx.</description>
      <pubDate>Sat, 16 Nov 2024 13:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Any-way-to-specify-this-datetime-format-from-schema/m-p/2271241#M48902</guid>
      <dc:creator>vladika</dc:creator>
      <dc:date>2024-11-16T13:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Any way to specify this datetime format from schema editor ??</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Any-way-to-specify-this-datetime-format-from-schema/m-p/2271242#M48903</link>
      <description>Hi
&lt;BR /&gt;Specify the datetime format inside the schema in tFileInputXML as:
&lt;BR /&gt;"dd/MM/yyyy hh:mm:ss aa"
&lt;BR /&gt;or 
&lt;BR /&gt;Extract it as a string and then convert this string to Date on tMap or other component, for example:
&lt;BR /&gt;TalendDate.parseDateLocale("dd/MM/yyyy hh:mm:ss aa", yourInputColumn,"en")
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 29 Mar 2011 04:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Any-way-to-specify-this-datetime-format-from-schema/m-p/2271242#M48903</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-29T04:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Any way to specify this datetime format from schema editor ??</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Any-way-to-specify-this-datetime-format-from-schema/m-p/2271243#M48904</link>
      <description>The drop-down options for date pattern in the schema editor are just common suggestions. You can type any pattern you want built from the different date-part symbols or even use a variable.</description>
      <pubDate>Wed, 30 Mar 2011 02:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Any-way-to-specify-this-datetime-format-from-schema/m-p/2271243#M48904</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2011-03-30T02:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Any way to specify this datetime format from schema editor ??</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Any-way-to-specify-this-datetime-format-from-schema/m-p/2271244#M48905</link>
      <description>It works. Thanx guys.</description>
      <pubDate>Wed, 30 Mar 2011 15:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Any-way-to-specify-this-datetime-format-from-schema/m-p/2271244#M48905</guid>
      <dc:creator>vladika</dc:creator>
      <dc:date>2011-03-30T15:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Any way to specify this datetime format from schema editor ??</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Any-way-to-specify-this-datetime-format-from-schema/m-p/2271245#M48906</link>
      <description>Hi, 
&lt;BR /&gt;I specified the datetime format inside the schema of tFileInputdelimited as: 
&lt;BR /&gt;"MM/dd/yyyy HH:mm:ss aa" so that I can load the data "5/17/2016 12:00:00 AM" into DB2.&amp;nbsp; 
&lt;BR /&gt;But I couldn't load the exact format.&amp;nbsp; 
&lt;BR /&gt;I come across "Unparseable date" error and the date loaded into the db is "5/17/2016 12:00:00" 
&lt;BR /&gt;Can you please help to load this date format into DB2.&amp;nbsp; 
&lt;BR /&gt;Thanks in advance. 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&amp;nbsp;</description>
      <pubDate>Mon, 27 Jun 2016 09:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Any-way-to-specify-this-datetime-format-from-schema/m-p/2271245#M48906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-27T09:30:38Z</dc:date>
    </item>
  </channel>
</rss>

