<?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: regex in tmap for string to double check in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/regex-in-tmap-for-string-to-double-check/m-p/2320372#M90522</link>
    <description>ok so i found for date i can use the function Talend.isDate()&lt;BR /&gt;but need help for double check</description>
    <pubDate>Mon, 23 Apr 2012 13:24:02 GMT</pubDate>
    <dc:creator>djugal</dc:creator>
    <dc:date>2012-04-23T13:24:02Z</dc:date>
    <item>
      <title>regex in tmap for string to double check</title>
      <link>https://community.qlik.com/t5/Talend-Studio/regex-in-tmap-for-string-to-double-check/m-p/2320371#M90521</link>
      <description>Hi,&lt;BR /&gt;i have a string field as as input.&lt;BR /&gt;i want to check in tmap is Double with help of regex. how can i do it.&lt;BR /&gt;Also string to date in format "yyyy-MM-ddTHH:mm:ss"&lt;BR /&gt;Regards,&lt;BR /&gt;Jugal</description>
      <pubDate>Mon, 23 Apr 2012 12:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/regex-in-tmap-for-string-to-double-check/m-p/2320371#M90521</guid>
      <dc:creator>djugal</dc:creator>
      <dc:date>2012-04-23T12:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: regex in tmap for string to double check</title>
      <link>https://community.qlik.com/t5/Talend-Studio/regex-in-tmap-for-string-to-double-check/m-p/2320372#M90522</link>
      <description>ok so i found for date i can use the function Talend.isDate()&lt;BR /&gt;but need help for double check</description>
      <pubDate>Mon, 23 Apr 2012 13:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/regex-in-tmap-for-string-to-double-check/m-p/2320372#M90522</guid>
      <dc:creator>djugal</dc:creator>
      <dc:date>2012-04-23T13:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: regex in tmap for string to double check</title>
      <link>https://community.qlik.com/t5/Talend-Studio/regex-in-tmap-for-string-to-double-check/m-p/2320373#M90523</link>
      <description>found it too:&lt;BR /&gt;row1.num.matches("-?\\d+(.\\d+)?")</description>
      <pubDate>Mon, 23 Apr 2012 13:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/regex-in-tmap-for-string-to-double-check/m-p/2320373#M90523</guid>
      <dc:creator>djugal</dc:creator>
      <dc:date>2012-04-23T13:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: regex in tmap for string to double check</title>
      <link>https://community.qlik.com/t5/Talend-Studio/regex-in-tmap-for-string-to-double-check/m-p/2320374#M90524</link>
      <description>found that function Talend.isDate() doesnt help,&lt;BR /&gt;string is input,&lt;BR /&gt;date is out put in format "yyyy-MM-dd'T'HH:mm:ss"&lt;BR /&gt;how can i apply filter if string is date or not in tmap</description>
      <pubDate>Tue, 24 Apr 2012 07:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/regex-in-tmap-for-string-to-double-check/m-p/2320374#M90524</guid>
      <dc:creator>djugal</dc:creator>
      <dc:date>2012-04-24T07:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: regex in tmap for string to double check</title>
      <link>https://community.qlik.com/t5/Talend-Studio/regex-in-tmap-for-string-to-double-check/m-p/2320375#M90525</link>
      <description>Hi Jugal
&lt;BR /&gt;I think it works fine.
&lt;BR /&gt;My input string is "2012-04-13T14:17:22".
&lt;BR /&gt;The expression in tMap is TalendDate.isDate(row1.newColumn,"yyyy-MM-dd'T'HH:mm:ss").
&lt;BR /&gt;And the result is true.
&lt;BR /&gt;Or I misunderstand what you mean.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 24 Apr 2012 07:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/regex-in-tmap-for-string-to-double-check/m-p/2320375#M90525</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-24T07:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: regex in tmap for string to double check</title>
      <link>https://community.qlik.com/t5/Talend-Studio/regex-in-tmap-for-string-to-double-check/m-p/2320376#M90526</link>
      <description>yeah thts correct,&lt;BR /&gt;but i want the rejected records to be deleted,&lt;BR /&gt;so wat i did is in the main output i keep the filter TalendDate.isDate(row1.newColumn,"yyyy-MM-dd'T'HH:mm:ss")&lt;BR /&gt;for the 2nd out in the tmap i select "Catch output reject"&lt;BR /&gt;&amp;amp; tht out frm the tmap is directed to delete rows db2 output&lt;BR /&gt;but somehow allows all the rows valid</description>
      <pubDate>Tue, 24 Apr 2012 07:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/regex-in-tmap-for-string-to-double-check/m-p/2320376#M90526</guid>
      <dc:creator>djugal</dc:creator>
      <dc:date>2012-04-24T07:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: regex in tmap for string to double check</title>
      <link>https://community.qlik.com/t5/Talend-Studio/regex-in-tmap-for-string-to-double-check/m-p/2320377#M90527</link>
      <description>Hi
&lt;BR /&gt;'Catch output reject' will work when there is join in tMap.
&lt;BR /&gt;Why don't you use the filter expression as below in out2?
&lt;BR /&gt;
&lt;PRE&gt;TalendDate.isDate(row1.newColumn,"yyyy-MM-dd'T'HH:mm:ss")==false&lt;/PRE&gt;
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 24 Apr 2012 07:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/regex-in-tmap-for-string-to-double-check/m-p/2320377#M90527</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-24T07:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: regex in tmap for string to double check</title>
      <link>https://community.qlik.com/t5/Talend-Studio/regex-in-tmap-for-string-to-double-check/m-p/2320378#M90528</link>
      <description>sorry it was typo error in tmap filter&lt;BR /&gt;thx for the help</description>
      <pubDate>Tue, 24 Apr 2012 07:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/regex-in-tmap-for-string-to-double-check/m-p/2320378#M90528</guid>
      <dc:creator>djugal</dc:creator>
      <dc:date>2012-04-24T07:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: regex in tmap for string to double check</title>
      <link>https://community.qlik.com/t5/Talend-Studio/regex-in-tmap-for-string-to-double-check/m-p/2320379#M90529</link>
      <description>Hi,
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; I m new to Talend.I need to use Data quality regular expression in data integration job for filtering datas. any one help me</description>
      <pubDate>Mon, 17 Aug 2015 10:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/regex-in-tmap-for-string-to-double-check/m-p/2320379#M90529</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-17T10:46:06Z</dc:date>
    </item>
  </channel>
</rss>

