<?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 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Convert-String-to-Date/m-p/2216906#M12722</link>
    <description>&lt;P&gt;Some date value has in below format&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;"Sunday, 2 June 2019".&lt;/P&gt; 
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;While most are in the format&amp;nbsp; - "Thursday, November 01, 2012"&lt;/P&gt;</description>
    <pubDate>Thu, 29 Aug 2019 14:21:11 GMT</pubDate>
    <dc:creator>Karuetl</dc:creator>
    <dc:date>2019-08-29T14:21:11Z</dc:date>
    <item>
      <title>Convert String to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-String-to-Date/m-p/2216904#M12720</link>
      <description>&lt;P&gt;I get the data in excel as below format and needs to convert into YYYY-MM-DD&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Trebuchet MS" size="3" color="#000000"&gt;Monday, May 20, 2013&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-String-to-Date/m-p/2216904#M12720</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2024-11-16T04:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Convert String to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-String-to-Date/m-p/2216905#M12721</link>
      <description>&lt;P&gt;At the outset this sounds simple...not sure if i am missing something here. If you can handle the format of the incoming date, you should be able to convert the value to any of the format that you want...For you to be able to identify the incoming date format (from the little i understood from your problem description) I have enclosed a screen shot ...please see if that helps. (As I tried this in one of my jobs for privacy concerns i have grayed out the rest..hope you focus on the ungrayed part)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I would request, to be considerate in your postings going forward and try to explain bit more than what you did currently...Thanks for your understanding.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lw6I"&gt;dt_issue.png&lt;/A&gt;</description>
      <pubDate>Wed, 28 Aug 2019 22:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-String-to-Date/m-p/2216905#M12721</guid>
      <dc:creator>tnewbie</dc:creator>
      <dc:date>2019-08-28T22:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Convert String to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-String-to-Date/m-p/2216906#M12722</link>
      <description>&lt;P&gt;Some date value has in below format&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;"Sunday, 2 June 2019".&lt;/P&gt; 
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;While most are in the format&amp;nbsp; - "Thursday, November 01, 2012"&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 14:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-String-to-Date/m-p/2216906#M12722</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2019-08-29T14:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Convert String to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-String-to-Date/m-p/2216907#M12723</link>
      <description>&lt;P&gt;This means you have different formats, so you need DataQuality components.&lt;/P&gt;&lt;P&gt;Then just use the one to correct dates (I think there's one). It should be automatic.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 17:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-String-to-Date/m-p/2216907#M12723</guid>
      <dc:creator>rmartin2</dc:creator>
      <dc:date>2019-08-29T17:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Convert String to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-String-to-Date/m-p/2216908#M12724</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; The best method is to educate the source team to send the data in a unified format. But they are not ready, you will have to add multiple parse conditions to parse different date formats. Not an ideal way of doing for an enterprise level environment but that is the best you can do.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;You will have to use a combination of&amp;nbsp;TalendDate.isDate() and&amp;nbsp;TalendDate.parseDate() functions to parse all different formats.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 17:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-String-to-Date/m-p/2216908#M12724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-29T17:49:09Z</dc:date>
    </item>
  </channel>
</rss>

