<?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] HELP - GET SUBSTRING OF DATE in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-HELP-GET-SUBSTRING-OF-DATE/m-p/2302585#M74552</link>
    <description>&lt;P&gt;Dear all,&lt;BR /&gt;&lt;BR /&gt;I have a&lt;STRONG&gt; date format&lt;/STRONG&gt; which look like that: &amp;nbsp;&lt;FONT color="#ff3333"&gt;2015-10-25T00:00:00+02:00&lt;/FONT&gt;&lt;BR /&gt;May somebody tell me how get only&amp;nbsp;&lt;FONT color="#ff3333"&gt;2015-10-25 &lt;/FONT&gt;in my XMLMap&lt;BR /&gt;I precise in tXMLMap, because i get this date format with component tXMLMap&lt;BR /&gt;And i try to put string type, but i get&amp;nbsp;Unparseable date error&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Mon, 19 Oct 2015 14:28:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-19T14:28:27Z</dc:date>
    <item>
      <title>[resolved] HELP - GET SUBSTRING OF DATE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-HELP-GET-SUBSTRING-OF-DATE/m-p/2302585#M74552</link>
      <description>&lt;P&gt;Dear all,&lt;BR /&gt;&lt;BR /&gt;I have a&lt;STRONG&gt; date format&lt;/STRONG&gt; which look like that: &amp;nbsp;&lt;FONT color="#ff3333"&gt;2015-10-25T00:00:00+02:00&lt;/FONT&gt;&lt;BR /&gt;May somebody tell me how get only&amp;nbsp;&lt;FONT color="#ff3333"&gt;2015-10-25 &lt;/FONT&gt;in my XMLMap&lt;BR /&gt;I precise in tXMLMap, because i get this date format with component tXMLMap&lt;BR /&gt;And i try to put string type, but i get&amp;nbsp;Unparseable date error&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2015 14:28:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-HELP-GET-SUBSTRING-OF-DATE/m-p/2302585#M74552</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-19T14:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] HELP - GET SUBSTRING OF DATE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-HELP-GET-SUBSTRING-OF-DATE/m-p/2302586#M74553</link>
      <description>Dear all,&lt;BR /&gt;I tried to parse it by doing :&lt;BR /&gt;TalendDate.formatDate("yyyy-MM-dd'T'HH:mm:ss Z",&lt;FONT color="#ff3333"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;2015-10-25T00:00:00+02:00&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp; )&lt;BR /&gt;or&lt;BR /&gt;TalendDate.formatDate("yyyy-MM-dd'T'HH:mm:ss Z",&lt;FONT color="#ff3333"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;2015-10-25T00:00:00+02:00&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;)&lt;BR /&gt;&lt;BR /&gt;But it does not work, help me please</description>
      <pubDate>Mon, 19 Oct 2015 16:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-HELP-GET-SUBSTRING-OF-DATE/m-p/2302586#M74553</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-19T16:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] HELP - GET SUBSTRING OF DATE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-HELP-GET-SUBSTRING-OF-DATE/m-p/2302587#M74554</link>
      <description>hi IDEMBELE, 
&lt;BR /&gt;you say that you've got a date format &amp;amp; try to put String type. 
&lt;BR /&gt;could not read this data directly as a String ? When you manage data in Talend, use Date type only when you need java methods about Date. 
&lt;BR /&gt;otherwize only use String. 
&lt;BR /&gt;And use String method like substring 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;hope it help 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Tue, 20 Oct 2015 09:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-HELP-GET-SUBSTRING-OF-DATE/m-p/2302587#M74554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-20T09:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] HELP - GET SUBSTRING OF DATE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-HELP-GET-SUBSTRING-OF-DATE/m-p/2302588#M74555</link>
      <description>Hi kzone,&lt;BR /&gt;No it is not possible to read it as a string, i have already tried it.&lt;BR /&gt;And i get error, so i am obliged to format it first in string and get sub-string&lt;BR /&gt;Thanks,</description>
      <pubDate>Tue, 20 Oct 2015 09:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-HELP-GET-SUBSTRING-OF-DATE/m-p/2302588#M74555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-20T09:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] HELP - GET SUBSTRING OF DATE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-HELP-GET-SUBSTRING-OF-DATE/m-p/2302589#M74556</link>
      <description>Hi kzone,&lt;BR /&gt;You are right, it is ok to set string format.&lt;BR /&gt;Thank you</description>
      <pubDate>Tue, 20 Oct 2015 17:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-HELP-GET-SUBSTRING-OF-DATE/m-p/2302589#M74556</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-20T17:19:45Z</dc:date>
    </item>
  </channel>
</rss>

