<?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/2340527#M108550</link>
    <description>&lt;P&gt;I get an error because there is a null value in my input. How do you set a condition to ignore the value when it's null or do TalendDate.parseDate("ddMMyyyy",input) when it is not null? Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 29 Apr 2021 17:25:37 GMT</pubDate>
    <dc:creator>EnriqueLDE</dc:creator>
    <dc:date>2021-04-29T17:25:37Z</dc:date>
    <item>
      <title>Convert string to date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date/m-p/2340523#M108546</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have my string input 01012021 and i need to convert it to date output 01/01/2021 in my tmap. How can i do that? Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Enrique&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 13:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date/m-p/2340523#M108546</guid>
      <dc:creator>EnriqueLDE</dc:creator>
      <dc:date>2021-04-29T13:43:35Z</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/2340524#M108547</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;TalendDate.parseDate("ddMMyyyy",here your input string)&lt;/P&gt;&lt;P&gt;Send me Love and Kudos&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 13:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date/m-p/2340524#M108547</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-04-29T13:47:53Z</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/2340525#M108548</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 13:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date/m-p/2340525#M108548</guid>
      <dc:creator>EnriqueLDE</dc:creator>
      <dc:date>2021-04-29T13:53:33Z</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/2340526#M108549</link>
      <description>&lt;P&gt;you'r welcome , in your output schema set a pattern for your date : "dd/MM/yyyy", if you want the date as you mention.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 14:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date/m-p/2340526#M108549</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-04-29T14:21:00Z</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/2340527#M108550</link>
      <description>&lt;P&gt;I get an error because there is a null value in my input. How do you set a condition to ignore the value when it's null or do TalendDate.parseDate("ddMMyyyy",input) when it is not null? Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 17:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date/m-p/2340527#M108550</guid>
      <dc:creator>EnriqueLDE</dc:creator>
      <dc:date>2021-04-29T17:25:37Z</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/2340528#M108551</link>
      <description>&lt;P&gt;You can write (your input) != null &lt;/P&gt;&lt;P&gt;in the expression filter of the tMap output&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 18:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date/m-p/2340528#M108551</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-04-29T18:06:46Z</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/2340529#M108552</link>
      <description>&lt;P&gt;Hey Thanks a lot, but I am having one issue I got "ERROR: timestamp out of range". my string is a timestamp I want to make it as a timestamp (Date) &lt;/P&gt;&lt;P&gt;my timestamp is - "1631898440"&lt;/P&gt;&lt;P&gt;please help &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 07:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-string-to-date/m-p/2340529#M108552</guid>
      <dc:creator>CSharma1636705679</dc:creator>
      <dc:date>2021-12-07T07:59:33Z</dc:date>
    </item>
  </channel>
</rss>

