<?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: Catch Output Reject in DI 6.5 not working? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Catch-Output-Reject-in-DI-6-5-not-working/m-p/2302972#M74901</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P class="p"&gt;Note that data are not exclusively processed to one output. Although a data satisfied one constraint, hence is routed to the corresponding output, this data still gets checked against the other constraints and can be routed to other outputs.&lt;/P&gt; 
&lt;P class="p"&gt;For more information, please refer to this online document about:&lt;A title="TalendHelpCenter:Output rejection" href="https://help.talend.com/reader/FHGTTm27m08gvjAKmN~YoA/HW4IJVKmJo7ckef3nFGWKg" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;utput rejection&lt;/A&gt;&lt;/P&gt; 
&lt;P class="p"&gt;Let us know if it is clear for you.&lt;/P&gt; 
&lt;P class="p"&gt;Best regards&lt;/P&gt; 
&lt;P class="p"&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Mon, 23 Apr 2018 11:07:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-23T11:07:51Z</dc:date>
    <item>
      <title>Catch Output Reject in DI 6.5 not working?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-Output-Reject-in-DI-6-5-not-working/m-p/2302966#M74895</link>
      <description>&lt;P&gt;I have been using the expression filter for some time, in Open Studio for Data Integrator. The Catch Output Reject has been working fine until I upgraded to version 6.5. Now it seems as though this option is not giving the opposite results of the expression.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am comparing two strings by putting the following code into the tMap expression filter, on the output side:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;row1.var1.equals(row1.var2)&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The output returns the same results whether Catch Output Reject is set to true or false - all the results produced have the same value in the two fields. 3990 rows enter the tMap and the output contains1545 rows.&lt;/P&gt; 
&lt;P&gt;I wondered if it was a quirk with the data, such as trailing blanks etc, so I manually reversed the expression as follows:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;!(row1.var1.equals(row1.var2))&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This produces the correct results (2445 rows) and this remains unchanged regardless of the Catch Output Reject setting.&lt;/P&gt; 
&lt;P&gt;Is anyone else experiencing this problem? Does this need to be raised as a bug?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 09:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-Output-Reject-in-DI-6-5-not-working/m-p/2302966#M74895</guid>
      <dc:creator>miteshkhatri80</dc:creator>
      <dc:date>2018-03-06T09:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Catch Output Reject in DI 6.5 not working?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-Output-Reject-in-DI-6-5-not-working/m-p/2302967#M74896</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Have you tried to re-drag a new tMap in your studio V 6.5 to see if it works?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 10:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-Output-Reject-in-DI-6-5-not-working/m-p/2302967#M74896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-26T10:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Catch Output Reject in DI 6.5 not working?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-Output-Reject-in-DI-6-5-not-working/m-p/2302968#M74897</link>
      <description>&lt;P&gt;Yes, that was one of the first things I did. It's still happening - long after my original post.&lt;/P&gt; 
&lt;P&gt;I have tried different Talend sessions, new jobs and in new situations.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have put the following code into a tFilter and also into a tMap expression filter to compare results:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;!(input_row.MenuName==null) &amp;amp;&amp;amp; input_row.MenuName.indexOf("AW17") &amp;gt; -1&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Both produce the same output, of 5520 results. However, when I change the Catch Output Reject setting to "true" I am getting the same number and the same output. I have attached a picture of my job here.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Talend_Job.JPG" style="width: 488px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtC8.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132707iDDF8DEE84D9F025D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtC8.jpg" alt="0683p000009LtC8.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I hope you can help or advise.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 13:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-Output-Reject-in-DI-6-5-not-working/m-p/2302968#M74897</guid>
      <dc:creator>miteshkhatri80</dc:creator>
      <dc:date>2018-03-26T13:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Catch Output Reject in DI 6.5 not working?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-Output-Reject-in-DI-6-5-not-working/m-p/2302969#M74898</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing the same situation with tXMLMap.&lt;/P&gt;&lt;P&gt;Input matching the filter criteria is transformed and routet to the output.&lt;/P&gt;&lt;P&gt;Input which is not matching the filter criteria is just swallowed by the tXMLMap and is not sent to the "Reject" output with "Catch Output Reject" set to true.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 12:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-Output-Reject-in-DI-6-5-not-working/m-p/2302969#M74898</guid>
      <dc:creator>Baddiboy</dc:creator>
      <dc:date>2018-04-13T12:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Catch Output Reject in DI 6.5 not working?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-Output-Reject-in-DI-6-5-not-working/m-p/2302970#M74899</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Please have a look at my demo job screenshot to see if your set " Catch Output Reject" in a correct way.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 894px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwYY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143653i2162A7D30350A68F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwYY.png" alt="0683p000009LwYY.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwmY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157420i4178549AB31BAFBC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwmY.png" alt="0683p000009LwmY.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 737px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lwn1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146224i39F9C53432E76E90/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lwn1.png" alt="0683p000009Lwn1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt; 
 &lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt; 
&lt;H2 class="message-subject"&gt;&amp;nbsp;&lt;/H2&gt; 
&lt;P&gt;"&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 09:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-Output-Reject-in-DI-6-5-not-working/m-p/2302970#M74899</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-17T09:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Catch Output Reject in DI 6.5 not working?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-Output-Reject-in-DI-6-5-not-working/m-p/2302971#M74900</link>
      <description>&lt;P&gt;Thanks for your efforts Sabrina, your solution worked. I thought that it would automatically return the reverse of what I had put in the expression filter. I have experimented a bit and I believe I have worked out that the option means:&lt;BR /&gt;"Output everything that is not already captured by one of the existing outputs."&lt;BR /&gt;Would you say the same?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is my test that determined this:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OutputReject1.JPG" style="width: 616px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwnH.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144186i1E5CE02D212E8248/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwnH.jpg" alt="0683p000009LwnH.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OutputReject2.JPG" style="width: 562px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lwl6.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133251iE970EDC7EEEA88BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lwl6.jpg" alt="0683p000009Lwl6.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OutputReject3.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwqF.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141103i80B5524C3821A45B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwqF.jpg" alt="0683p000009LwqF.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OutputReject4.JPG" style="width: 489px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwqK.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157969iE254017651817DD9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwqK.jpg" alt="0683p000009LwqK.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Mitesh&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 16:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-Output-Reject-in-DI-6-5-not-working/m-p/2302971#M74900</guid>
      <dc:creator>miteshkhatri80</dc:creator>
      <dc:date>2018-04-18T16:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Catch Output Reject in DI 6.5 not working?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-Output-Reject-in-DI-6-5-not-working/m-p/2302972#M74901</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P class="p"&gt;Note that data are not exclusively processed to one output. Although a data satisfied one constraint, hence is routed to the corresponding output, this data still gets checked against the other constraints and can be routed to other outputs.&lt;/P&gt; 
&lt;P class="p"&gt;For more information, please refer to this online document about:&lt;A title="TalendHelpCenter:Output rejection" href="https://help.talend.com/reader/FHGTTm27m08gvjAKmN~YoA/HW4IJVKmJo7ckef3nFGWKg" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;utput rejection&lt;/A&gt;&lt;/P&gt; 
&lt;P class="p"&gt;Let us know if it is clear for you.&lt;/P&gt; 
&lt;P class="p"&gt;Best regards&lt;/P&gt; 
&lt;P class="p"&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 11:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-Output-Reject-in-DI-6-5-not-working/m-p/2302972#M74901</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-23T11:07:51Z</dc:date>
    </item>
  </channel>
</rss>

