<?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: [resolved] Delay output from tUnite or tUniqRow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Delay-output-from-tUnite-or-tUniqRow/m-p/2372479#M135313</link>
    <description>In your example, the two data flows are read in simultaneously; the issue I was dealing with is one entire data set would be read into and output from the tUniqRow, then then the other would be. However, I did some testing, and it appears that the tUniqRow does indeed keep all the records that pass through it in memory for comparison when it loads in the second data flow.</description>
    <pubDate>Tue, 10 Jun 2014 13:59:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-06-10T13:59:47Z</dc:date>
    <item>
      <title>[resolved] Delay output from tUnite or tUniqRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Delay-output-from-tUnite-or-tUniqRow/m-p/2372475#M135309</link>
      <description>I have a job that has two data flows into a tUnite component; the output from tUnite then loads into a tUniqRow component, and only the unique records are sent on. The problem is that the job reads all of the records from Data Flow 1 into the tUnite, sends those records onto the tUniqRow, and then outputs the unique records for Data Flow 1. After that is complete, it does the same for Data Flow 2. 
&lt;BR /&gt;The problem is, the whole point of the tUnite and tUniqRow components is that Data Flow 1 and Data Flow 2 may have the same records, and I want to make sure I do not process the same record twice. But it seems like the job is checking for unique rows only within the two data flows, not within the united data flows. 
&lt;BR /&gt;So is there a way to delay the output from the tUnite or the tUniqRow components until all records from both data flows have been read in? 
&lt;BR /&gt;Or am I misunderstanding how the tUniqRow component works? Does it maintain all records in memory to check so it doesn't matter if the Data Flow 2 records are read in after Data Flow 1 has been output? 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEKv.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133008i5A1127D868BB3D0D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEKv.png" alt="0683p000009MEKv.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 06 Jun 2014 21:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Delay-output-from-tUnite-or-tUniqRow/m-p/2372475#M135309</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-06T21:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Delay output from tUnite or tUniqRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Delay-output-from-tUnite-or-tUniqRow/m-p/2372476#M135310</link>
      <description>Hi, &lt;BR /&gt;Could you please elaborate your case with an example with input and expected output values? So that we can see if the components you used is OK with your use case.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 09 Jun 2014 03:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Delay-output-from-tUnite-or-tUniqRow/m-p/2372476#M135310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-09T03:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Delay output from tUnite or tUniqRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Delay-output-from-tUnite-or-tUniqRow/m-p/2372477#M135311</link>
      <description>Is this what you're asking for?&lt;BR /&gt;INPUT DATA:&lt;BR /&gt;Data Flow 1&lt;BR /&gt;========&lt;BR /&gt;ColA&lt;BR /&gt;------&lt;BR /&gt;100&lt;BR /&gt;200&lt;BR /&gt;300&lt;BR /&gt;400&lt;BR /&gt;500&lt;BR /&gt;Data Flow 2&lt;BR /&gt;========&lt;BR /&gt;ColA&lt;BR /&gt;------&lt;BR /&gt;100&lt;BR /&gt;999&lt;BR /&gt;&lt;BR /&gt;EXPECTED OUTPUT DATA:&lt;BR /&gt;ColA&lt;BR /&gt;------&lt;BR /&gt;100&lt;BR /&gt;200&lt;BR /&gt;300&lt;BR /&gt;400&lt;BR /&gt;500&lt;BR /&gt;999</description>
      <pubDate>Mon, 09 Jun 2014 14:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Delay-output-from-tUnite-or-tUniqRow/m-p/2372477#M135311</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-09T14:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Delay output from tUnite or tUniqRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Delay-output-from-tUnite-or-tUniqRow/m-p/2372478#M135312</link>
      <description>Hi, 
&lt;BR /&gt;I made a testing and don't get your scenario 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;But it seems like the job is checking for unique rows only within the two data flows, not within the united data flows.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Feel free to let me know if I miss something. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEMC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129954i80BE296A8907574D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEMC.png" alt="0683p000009MEMC.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 10 Jun 2014 08:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Delay-output-from-tUnite-or-tUniqRow/m-p/2372478#M135312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-10T08:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Delay output from tUnite or tUniqRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Delay-output-from-tUnite-or-tUniqRow/m-p/2372479#M135313</link>
      <description>In your example, the two data flows are read in simultaneously; the issue I was dealing with is one entire data set would be read into and output from the tUniqRow, then then the other would be. However, I did some testing, and it appears that the tUniqRow does indeed keep all the records that pass through it in memory for comparison when it loads in the second data flow.</description>
      <pubDate>Tue, 10 Jun 2014 13:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Delay-output-from-tUnite-or-tUniqRow/m-p/2372479#M135313</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-10T13:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Delay output from tUnite or tUniqRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Delay-output-from-tUnite-or-tUniqRow/m-p/2372480#M135314</link>
      <description>Hi, 
&lt;BR /&gt; tUniqRow is cache component which consumes memory. Thanks for sharing your experience with us.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 11 Jun 2014 10:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Delay-output-from-tUnite-or-tUniqRow/m-p/2372480#M135314</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-11T10:53:17Z</dc:date>
    </item>
  </channel>
</rss>

