<?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: Convert string to date into a tMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date-into-a-tMap/m-p/2337940#M106231</link>
    <description>Hi,&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Try to rearrange your Fields from the input schema.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Are you using studio 6.1.1? What does the expected result look like? Could you please show us the problem you are getting?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Mon, 18 Apr 2016 11:16:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-18T11:16:32Z</dc:date>
    <item>
      <title>Convert string to date into a tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date-into-a-tMap/m-p/2337932#M106223</link>
      <description>Hello, 
&lt;BR /&gt;I would like to convert the following string : 
&lt;BR /&gt;2016 Apr 12 05:30:35 
&lt;BR /&gt;into date to import it into a tOracleOutput from a tMap in the following format : 
&lt;BR /&gt;12/04/2016 05:30:35 
&lt;BR /&gt;but I encounter the error 
&lt;BR /&gt;Type mismatch cannot convert from string to date. 
&lt;BR /&gt;I tried different ways : expression with TalendDate.parseDate, date pattern 
&lt;BR /&gt;Any help would be nice</description>
      <pubDate>Wed, 13 Apr 2016 17:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date-into-a-tMap/m-p/2337932#M106223</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-04-13T17:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to date into a tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date-into-a-tMap/m-p/2337933#M106224</link>
      <description>Hi,&lt;BR /&gt;Could you please show us your tMap editor screenshot?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 14 Apr 2016 08:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date-into-a-tMap/m-p/2337933#M106224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-14T08:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to date into a tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date-into-a-tMap/m-p/2337934#M106225</link>
      <description>Hi
&lt;BR /&gt;Thanks for your reply, I did it.
&lt;BR /&gt;So what I did is :
&lt;BR /&gt;In expression filter on the right panel of the tMap I replaced row3.TIMESTAMP
&lt;BR /&gt;by TalendDate.parseDate("yyyy MMM dd HH:mm:ss",row3.TIMESTAMP)
&lt;BR /&gt;AND
&lt;BR /&gt;on the table below I set the date pattern I would like to have :
&lt;BR /&gt;"dd/MM/yyyy HH:mm:ss"
&lt;BR /&gt;That's all</description>
      <pubDate>Thu, 14 Apr 2016 09:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date-into-a-tMap/m-p/2337934#M106225</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-04-14T09:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to date into a tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date-into-a-tMap/m-p/2337935#M106226</link>
      <description>Hi,
&lt;BR /&gt;Have you tried to use
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;the built-in function TalendDate.parseDateLocale() to convert the string(text) data to a Date?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;The expression should be:&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;TalendDate.parseDateLocale("yyyy MMM dd HH:mm:ss",&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;row3.TIMESTAMP&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;&amp;nbsp;,"EN")&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 14 Apr 2016 11:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date-into-a-tMap/m-p/2337935#M106226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-14T11:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to date into a tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date-into-a-tMap/m-p/2337936#M106227</link>
      <description>Hi,&lt;BR /&gt;No, what is the difference with what I did ?&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 14 Apr 2016 13:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date-into-a-tMap/m-p/2337936#M106227</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-04-14T13:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to date into a tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date-into-a-tMap/m-p/2337937#M106228</link>
      <description>Hi,&lt;BR /&gt;Is it working well for you when your use&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;the built-in function TalendDate.parseDateLocale()?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 15 Apr 2016 04:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date-into-a-tMap/m-p/2337937#M106228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-15T04:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to date into a tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date-into-a-tMap/m-p/2337938#M106229</link>
      <description>RichardG:
&lt;BR /&gt;Check this out for a better &amp;nbsp;understanding for date handling &amp;nbsp; :&amp;nbsp;
&lt;A href="http://www.talendbyexample.com/talend-date-handling.html" rel="nofollow noopener noreferrer"&gt;http://www.talendbyexample.com/talend-date-handling.html&lt;/A&gt;
&lt;BR /&gt;regards john&amp;nbsp;</description>
      <pubDate>Fri, 15 Apr 2016 07:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date-into-a-tMap/m-p/2337938#M106229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-15T07:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to date into a tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date-into-a-tMap/m-p/2337939#M106230</link>
      <description>Another strange idea&amp;nbsp;&lt;BR /&gt;Try to rearrange your Fields from the input schema.&lt;BR /&gt;It sound&amp;nbsp;ridiculous&lt;BR /&gt;But i had some &amp;nbsp;Job's here with an Date Problem or an Lookup one &amp;nbsp;which i only rearrange the the Fields from the input schema.&lt;BR /&gt;In this point Talend is a little bit buggy&amp;nbsp;&lt;BR /&gt;regards john&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;</description>
      <pubDate>Fri, 15 Apr 2016 09:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date-into-a-tMap/m-p/2337939#M106230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-15T09:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to date into a tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date-into-a-tMap/m-p/2337940#M106231</link>
      <description>Hi,&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Try to rearrange your Fields from the input schema.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Are you using studio 6.1.1? What does the expected result look like? Could you please show us the problem you are getting?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 18 Apr 2016 11:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date-into-a-tMap/m-p/2337940#M106231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-18T11:16:32Z</dc:date>
    </item>
  </channel>
</rss>

