<?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 How to perform validation on date field in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-perform-validation-on-date-field/m-p/2373429#M136155</link>
    <description>&lt;P&gt;Hello there!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a Date field/Column in input and I want to apply validation operation like (Is_valid) to check whether the input date is&amp;nbsp;in particular format (lets say dd-mm-yyyy) or not, if not I want to reject that record.&lt;/P&gt;&lt;P&gt;Please let me know/suggest me how can I perform this is_valid on date field&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jun 2018 11:34:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-08T11:34:08Z</dc:date>
    <item>
      <title>How to perform validation on date field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-perform-validation-on-date-field/m-p/2373429#M136155</link>
      <description>&lt;P&gt;Hello there!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a Date field/Column in input and I want to apply validation operation like (Is_valid) to check whether the input date is&amp;nbsp;in particular format (lets say dd-mm-yyyy) or not, if not I want to reject that record.&lt;/P&gt;&lt;P&gt;Please let me know/suggest me how can I perform this is_valid on date field&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 11:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-perform-validation-on-date-field/m-p/2373429#M136155</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-08T11:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform validation on date field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-perform-validation-on-date-field/m-p/2373430#M136156</link>
      <description>&lt;P&gt;Have a look to TalendDate.parseDate() method&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 11:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-perform-validation-on-date-field/m-p/2373430#M136156</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-06-08T11:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform validation on date field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-perform-validation-on-date-field/m-p/2373431#M136157</link>
      <description>&lt;P&gt;Actually am a beginner in talend and I tried the various date function's like TalendDate.formatDate, TalendDate.parseDate, TalendDate.isDate.&amp;nbsp;&lt;/P&gt;&lt;P&gt;but&amp;nbsp;didn't get solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help me with an example or solution for below case.&lt;/P&gt;&lt;P&gt;My input filed 't_date' is in format 'dd-MM-yyyy', here I want to reject the records if it is not in the specified format else it should be proceed further.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way thanks for your reply!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 11:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-perform-validation-on-date-field/m-p/2373431#M136157</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-08T11:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform validation on date field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-perform-validation-on-date-field/m-p/2373432#M136158</link>
      <description>Did you try:&lt;BR /&gt;TalendDate.isDate(row1.t_date, "dd-MM-yyyy")&lt;BR /&gt;This suppose t_date is a String.</description>
      <pubDate>Fri, 08 Jun 2018 21:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-perform-validation-on-date-field/m-p/2373432#M136158</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-06-08T21:18:51Z</dc:date>
    </item>
  </channel>
</rss>

