<?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: How to convert string to date format in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-string-to-date-format/m-p/2355702#M121397</link>
    <description>Thanks Shong. I am able to parse the data.&amp;nbsp;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;-Supriya&amp;nbsp;</description>
    <pubDate>Sun, 26 Mar 2017 18:14:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-26T18:14:07Z</dc:date>
    <item>
      <title>How to convert string to date format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-string-to-date-format/m-p/2355700#M121395</link>
      <description>I am creating a job where below is the job flow
&lt;BR /&gt;tRestClient-&amp;gt;tExtractXMLField -&amp;gt;tXMLMap -&amp;gt;tMongoOutput
&lt;BR /&gt;I am having an input date as shown below and please tell me how can i output in the ISODATE format
&lt;BR /&gt;
&lt;BR /&gt;input date format -&amp;gt;&amp;nbsp;2006-10-05 14:34:58
&lt;BR /&gt;expected output date format -&amp;gt;&amp;nbsp;ISODate("2016-07-14T00:00:00.000+0000")</description>
      <pubDate>Sat, 16 Nov 2024 09:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-string-to-date-format/m-p/2355700#M121395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert string to date format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-string-to-date-format/m-p/2355701#M121396</link>
      <description>Hello&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;I don't understand why you use tXMLMap component in your job, I think you just a tMap to do some transformation. Try to parse the string to a Date with this expression on tMap: 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt;
  TalendDate.parseDate("yyyy-MM-dd HH:mm[font=consolas, monaco, bitstream vera sans mono, courier new, courier, monospace] 
 &lt;FONT size="3"&gt;:ss&lt;/FONT&gt;[/font]", row1.columnName) 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;In the output table, select 'Date' type for this column and set its date pattern as "yyyy-MM-dd' 
&lt;FONT size="3"&gt;&lt;FONT face="consolas," monaco=""&gt;T'&lt;/FONT&gt;&lt;/FONT&gt;HH:mm[font=consolas, monaco, bitstream vera sans mono, courier new, courier, monospace] 
&lt;FONT size="3"&gt;:ss&lt;/FONT&gt;[/font] 
&lt;FONT size="3"&gt;&lt;FONT face="consolas," monaco=""&gt;Z&lt;/FONT&gt;&lt;/FONT&gt;" 
&lt;BR /&gt; 
&lt;BR /&gt;Let me know if it works.&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Sun, 26 Mar 2017 05:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-string-to-date-format/m-p/2355701#M121396</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-26T05:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert string to date format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-string-to-date-format/m-p/2355702#M121397</link>
      <description>Thanks Shong. I am able to parse the data.&amp;nbsp;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;-Supriya&amp;nbsp;</description>
      <pubDate>Sun, 26 Mar 2017 18:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-string-to-date-format/m-p/2355702#M121397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-26T18:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert string to date format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-string-to-date-format/m-p/2355703#M121398</link>
      <description>Great, thanks for your feedback 
&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;</description>
      <pubDate>Mon, 27 Mar 2017 09:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-string-to-date-format/m-p/2355703#M121398</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-27T09:47:32Z</dc:date>
    </item>
  </channel>
</rss>

