<?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: tUnite is outputting more rows than input in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tUnite-is-outputting-more-rows-than-input/m-p/2240869#M28202</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please elaborate your case with an example with input and expected output values? We will see if your job design is right size for you.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Oct 2018 10:51:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-18T10:51:45Z</dc:date>
    <item>
      <title>tUnite is outputting more rows than input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tUnite-is-outputting-more-rows-than-input/m-p/2240865#M28198</link>
      <description>&lt;P&gt;I have a tUnite component that is producing more rows than&amp;nbsp;are going into it, and two that are producing nothing. I suspect that the outputs from the other two tUnite components are going into the first!&lt;/P&gt; 
&lt;P&gt;Here is the first:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="unite1.png" style="width: 607px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzUU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140260iBF52022ED817A505/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzUU.png" alt="0683p000009LzUU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Here is one of the others, showing one row going in and none coming out:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="unite2.png" style="width: 609px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzJ0.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136363i93FF1744B8FAF401/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzJ0.png" alt="0683p000009LzJ0.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Any ideas? I don't think it is a visual glitch, as the aggregate writes out to a file, and the file is not being written.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tUnite-is-outputting-more-rows-than-input/m-p/2240865#M28198</guid>
      <dc:creator>PhilHibbs</dc:creator>
      <dc:date>2024-11-16T07:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: tUnite is outputting more rows than input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tUnite-is-outputting-more-rows-than-input/m-p/2240866#M28199</link>
      <description>Something weird is happening, because the flow appears to be executing three times every time I run it. Is there something weird happening with having several tUnite components in a job?</description>
      <pubDate>Thu, 04 Oct 2018 10:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tUnite-is-outputting-more-rows-than-input/m-p/2240866#M28199</guid>
      <dc:creator>PhilHibbs</dc:creator>
      <dc:date>2018-10-04T10:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: tUnite is outputting more rows than input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tUnite-is-outputting-more-rows-than-input/m-p/2240867#M28200</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;There is no output row from your tMap component. What does your tMap component setting look like?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 09:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tUnite-is-outputting-more-rows-than-input/m-p/2240867#M28200</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-18T09:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: tUnite is outputting more rows than input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tUnite-is-outputting-more-rows-than-input/m-p/2240868#M28201</link>
      <description>&lt;P&gt;The tMap is producing no rows because there are no rows going into it. The purpose of the tFixedFlowInput and tUnite is to handle this very situation - I want the tAggregate to output a count of zero if there are no rows, but if there are no rows, then the tAggregate doesn't output anything at all. The tFixedFlowInput created a row with a NULL in a particular column, and the tAggregate counts non-NULL values, producing a zero count.&lt;/P&gt;&lt;P&gt;I have since changed to using a tJavaRow component, and fetching the global row count in a subsequent sub-job.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 10:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tUnite-is-outputting-more-rows-than-input/m-p/2240868#M28201</guid>
      <dc:creator>PhilHibbs</dc:creator>
      <dc:date>2018-10-18T10:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: tUnite is outputting more rows than input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tUnite-is-outputting-more-rows-than-input/m-p/2240869#M28202</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please elaborate your case with an example with input and expected output values? We will see if your job design is right size for you.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 10:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tUnite-is-outputting-more-rows-than-input/m-p/2240869#M28202</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-18T10:51:45Z</dc:date>
    </item>
  </channel>
</rss>

