<?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: tIntervalmatch rejected records in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tIntervalmatch-rejected-records/m-p/2308697#M79996</link>
    <description>Hi Shong,
&lt;BR /&gt;Here's what I've got. My data looks like this;
&lt;BR /&gt;1 -1E22 -1
&lt;BR /&gt;2 0 19
&lt;BR /&gt;3 20 39
&lt;BR /&gt;4 40 59
&lt;BR /&gt;5 60 79
&lt;BR /&gt;6 80 99
&lt;BR /&gt;Hope that helps. Thanks in advance.
&lt;BR /&gt;Jason</description>
    <pubDate>Thu, 07 Jul 2011 11:09:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-07-07T11:09:35Z</dc:date>
    <item>
      <title>tIntervalmatch rejected records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tIntervalmatch-rejected-records/m-p/2308693#M79992</link>
      <description>Hi,&lt;BR /&gt;Does  tIntervalmatch do anything with values that fall outside the ranges?  I have a table with low and high values with an associated id.  For example, I have 3 rows with values as follows;&lt;BR /&gt;ID  Low High&lt;BR /&gt;--------------------&lt;BR /&gt;1      0    10&lt;BR /&gt;2     11   20&lt;BR /&gt;3     21   30&lt;BR /&gt;If my value is 31, can tIntervalMatch catch this as a rejected row? If so, how would I assign the value of the LOOKUP column to the relevant column in my rejected table?  I searched the forum for tIntervalMatch but couldn't find any examples of values that fall outside the ranges.&lt;BR /&gt;I'm using TIS 4.1.1.&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Jason</description>
      <pubDate>Sat, 16 Nov 2024 12:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tIntervalmatch-rejected-records/m-p/2308693#M79992</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T12:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: tIntervalmatch rejected records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tIntervalmatch-rejected-records/m-p/2308694#M79993</link>
      <description>Hi 
&lt;BR /&gt;It do a left out join, the lookup column will be null or 0 if it does not match, there is no reject flow on this component. 
&lt;BR /&gt;If you want to get all the unmatched rows, add a tfilterRow or tMap component after tIntervalMatch, and filter the unmatched rows like: 
&lt;BR /&gt;....tIntervalMatch-row3--tMap---&amp;gt;tLogRow 
&lt;BR /&gt;on the output table of tMap, add a filter expression: 
&lt;BR /&gt;row3.LOOKUP==null||row3.LOOKUP==0 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 05 Jul 2011 03:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tIntervalmatch-rejected-records/m-p/2308694#M79993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-05T03:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: tIntervalmatch rejected records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tIntervalmatch-rejected-records/m-p/2308695#M79994</link>
      <description>Hi Shong, 
&lt;BR /&gt;Thanks for the info. I am seeing some strange results from tIntervalmatch however. 
&lt;BR /&gt;If I'm looking to match a value of 600 (for example) and there is no match, tIntervalMatch seems to be reducing this value by moving the decimal point until it finds a match. In my lookup table I have the following values; 
&lt;BR /&gt;Id Low High 
&lt;BR /&gt;1 0 19 
&lt;BR /&gt;2 20 39 
&lt;BR /&gt;3 40 59 
&lt;BR /&gt;4 60 79 
&lt;BR /&gt;5 80 100 
&lt;BR /&gt;tIntervalMatch returns an id of 4 if the lookup value is 600. I would expect it to fail, not start moving the decimal place until it finds a match. I'm sure I'm missing something here; my fields are defined as BigDecimals. 
&lt;BR /&gt;Why might this be happening? 
&lt;BR /&gt;Thanks. 
&lt;BR /&gt;Jason</description>
      <pubDate>Thu, 07 Jul 2011 10:45:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tIntervalmatch-rejected-records/m-p/2308695#M79994</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-07T10:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: tIntervalmatch rejected records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tIntervalmatch-rejected-records/m-p/2308696#M79995</link>
      <description>Hi Jason 
&lt;BR /&gt;Id is lookuup column in your case? Can you upload some screenshots of your job?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 07 Jul 2011 10:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tIntervalmatch-rejected-records/m-p/2308696#M79995</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-07T10:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: tIntervalmatch rejected records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tIntervalmatch-rejected-records/m-p/2308697#M79996</link>
      <description>Hi Shong,
&lt;BR /&gt;Here's what I've got. My data looks like this;
&lt;BR /&gt;1 -1E22 -1
&lt;BR /&gt;2 0 19
&lt;BR /&gt;3 20 39
&lt;BR /&gt;4 40 59
&lt;BR /&gt;5 60 79
&lt;BR /&gt;6 80 99
&lt;BR /&gt;Hope that helps. Thanks in advance.
&lt;BR /&gt;Jason</description>
      <pubDate>Thu, 07 Jul 2011 11:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tIntervalmatch-rejected-records/m-p/2308697#M79996</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-07T11:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: tIntervalmatch rejected records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tIntervalmatch-rejected-records/m-p/2308698#M79997</link>
      <description>Let's try that image upload again...</description>
      <pubDate>Thu, 07 Jul 2011 11:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tIntervalmatch-rejected-records/m-p/2308698#M79997</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-07T11:35:05Z</dc:date>
    </item>
  </channel>
</rss>

