<?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 My input string format is ''24-OCT-23 05.22.45.513000000 AM GMT' and I want to Reject otherthan this pattern in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/My-input-string-format-is-24-OCT-23-05-22-45-513000000-AM-GMT/m-p/2362600#M126700</link>
    <description>&lt;P&gt;My input string format is ''24-OCT-23 05.22.45.513000000 AM GMT' and I want to Reject otherthan this pattern and saving in a oracle table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How we can filter this and reject wrong formats in the input values :&lt;/P&gt;&lt;P&gt;for example 1:  ''24-OCT-23 05.22.45.513000000' &lt;/P&gt;&lt;P&gt;for example 2: ''24-OCT-23 05.22.45.513000000 AM'&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:18:11 GMT</pubDate>
    <dc:creator>R_varma8309059731</dc:creator>
    <dc:date>2024-11-15T21:18:11Z</dc:date>
    <item>
      <title>My input string format is ''24-OCT-23 05.22.45.513000000 AM GMT' and I want to Reject otherthan this pattern</title>
      <link>https://community.qlik.com/t5/Talend-Studio/My-input-string-format-is-24-OCT-23-05-22-45-513000000-AM-GMT/m-p/2362600#M126700</link>
      <description>&lt;P&gt;My input string format is ''24-OCT-23 05.22.45.513000000 AM GMT' and I want to Reject otherthan this pattern and saving in a oracle table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How we can filter this and reject wrong formats in the input values :&lt;/P&gt;&lt;P&gt;for example 1:  ''24-OCT-23 05.22.45.513000000' &lt;/P&gt;&lt;P&gt;for example 2: ''24-OCT-23 05.22.45.513000000 AM'&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/My-input-string-format-is-24-OCT-23-05-22-45-513000000-AM-GMT/m-p/2362600#M126700</guid>
      <dc:creator>R_varma8309059731</dc:creator>
      <dc:date>2024-11-15T21:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: My input string format is ''24-OCT-23 05.22.45.513000000 AM GMT' and I want to Reject otherthan this pattern</title>
      <link>https://community.qlik.com/t5/Talend-Studio/My-input-string-format-is-24-OCT-23-05-22-45-513000000-AM-GMT/m-p/2362601#M126701</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;You can create an routine function to check the date pattern using regex expression, call the routine function on tFilterRow to filter the rows. &lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;public static boolean checkDatePattern(String str)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;	boolean isDate=false;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;	String datePattern ="\\d{2}-\\w{3}-\\d{2} \\d{2}.\\d{2}.\\d{2}.\\d{9} \\w{2} \\w{3}";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;	return isDate=str.matches(datePattern);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000rPB8oAAG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155387i962E541B7E8663D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000rPB8oAAG.png" alt="0695b00000rPB8oAAG.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 03:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/My-input-string-format-is-24-OCT-23-05-22-45-513000000-AM-GMT/m-p/2362601#M126701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-27T03:28:17Z</dc:date>
    </item>
  </channel>
</rss>

