<?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: Date conversion &amp;quot;dd/MM/yy&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Date-conversion-quot-dd-MM-yy-quot/m-p/2318260#M88621</link>
    <description>&lt;P&gt;What's the logic here? If yy is greater than the current year(22), it is 19yy, otherwise, it should be 20yy?&lt;/P&gt;</description>
    <pubDate>Thu, 18 Aug 2022 15:46:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-08-18T15:46:42Z</dc:date>
    <item>
      <title>Date conversion "dd/MM/yy"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-conversion-quot-dd-MM-yy-quot/m-p/2318257#M88618</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;while I am trying to integrate date with format "dd/mm/YY" like 24/05/30 (from file) I have 24/05/2030 in postgresql database.  It should be 24/05/1930&lt;/P&gt;&lt;P&gt;Note that in tmap I am doing conversion : &lt;/P&gt;&lt;P&gt;row1.Date_de_Naissance == null || ? null:TalendDate.parseDate("dd/MM/yy",row1.Date_de_Naissance)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Ux2ceAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142547iCDA4FB205AB15FD2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Ux2ceAAB.png" alt="0695b00000Ux2ceAAB.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to do please? &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 07:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-conversion-quot-dd-MM-yy-quot/m-p/2318257#M88618</guid>
      <dc:creator>Vivi2</dc:creator>
      <dc:date>2022-08-18T07:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion "dd/MM/yy"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-conversion-quot-dd-MM-yy-quot/m-p/2318258#M88619</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The function thinks it is the current century, try this expresssion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;row1.Date_de_Naissance == null || ? null:TalendDate.parseDate("dd/MM/yyyy",row1.Date_de_Naissance.substring(0,row1.Date_de_Naissance.lastIndexOf("/")+1)+"19"+row1.Date_de_Naissance.substring(row1.Date_de_Naissance.lastIndexOf("/")+1))&amp;nbsp;&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;and set the date pattern as "dd/MM/yyyy" of Date_de_Naiss column in out1 table.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 09:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-conversion-quot-dd-MM-yy-quot/m-p/2318258#M88619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-18T09:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion "dd/MM/yy"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-conversion-quot-dd-MM-yy-quot/m-p/2318259#M88620</link>
      <description>&lt;P&gt;Thanks for your reply . &lt;/P&gt;&lt;P&gt;But  how if in the same file i have 15/11/19. It should be 15/11/2019 not 15/11/1919.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 09:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-conversion-quot-dd-MM-yy-quot/m-p/2318259#M88620</guid>
      <dc:creator>Vivi2</dc:creator>
      <dc:date>2022-08-18T09:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Date conversion "dd/MM/yy"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-conversion-quot-dd-MM-yy-quot/m-p/2318260#M88621</link>
      <description>&lt;P&gt;What's the logic here? If yy is greater than the current year(22), it is 19yy, otherwise, it should be 20yy?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 15:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-conversion-quot-dd-MM-yy-quot/m-p/2318260#M88621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-18T15:46:42Z</dc:date>
    </item>
  </channel>
</rss>

