<?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: Which component to use union flows? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Which-component-to-use-union-flows/m-p/2369032#M132224</link>
    <description>Good morning people. 
&lt;BR /&gt;Sorry jlolling, but the line 2 and line 3 have the same value for the key 1. an aggregation to the rows where the key 1 is equal to 1 and 3 really is correct, but my problem is to unite the lines that hold the key 1 equal to 2 with the result of aggregation. 
&lt;BR /&gt; 
&lt;BR /&gt;Can you see another solution? 
&lt;BR /&gt; 
&lt;BR /&gt;Thank you.</description>
    <pubDate>Wed, 15 Jun 2016 14:03:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-15T14:03:58Z</dc:date>
    <item>
      <title>Which component to use union flows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Which-component-to-use-union-flows/m-p/2369030#M132222</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt;TOS Version: 6.1.1.20&lt;BR /&gt;I have a file with 3 keys and 1 attribute, and I need remove duplicates, considering the rule:&lt;BR /&gt;&amp;nbsp;Key 1&lt;BR /&gt;&amp;nbsp;if (Key 1 == 1 || Key 1 == 3 ) then ignore Key 2 else consider Key 2&lt;BR /&gt;&amp;nbsp;Key 3&lt;BR /&gt;&amp;nbsp;To attribute, I need first value of partition.&lt;BR /&gt;&amp;nbsp;My steps (is below):&lt;BR /&gt;&amp;nbsp;1 - read file;&lt;BR /&gt;&amp;nbsp;2 - send to tMap to recover the list columns that I need;&lt;BR /&gt;&amp;nbsp;3 - send one output(with a filter "Key 1 == 1 || Key 1 == 3") to a tUniqRow considering Key 1 and Key 3, and other output(with filter "Key 1 != 1 &amp;amp;&amp;amp; Key 1 != 3") to tUniqRow considering Key 1, Key 2 and Key 3&lt;BR /&gt;&amp;nbsp;4 - I tried use tUnite to union flows, but before link a one output(from tUniqRow) I can't join the other output(from other tUniqRow)&lt;BR /&gt;&lt;BR /&gt;How do that??&lt;BR /&gt;&lt;BR /&gt;Example of my file:&lt;BR /&gt;Key 1|Key 2|Key 3|val1&lt;BR /&gt;1|2|3|10&lt;BR /&gt;1|3|3|10&lt;BR /&gt;2|2|3|10&lt;BR /&gt;2|3|3|10&lt;BR /&gt;3|1|3|10&lt;BR /&gt;3|2|3|10&lt;BR /&gt;3|3|3|10&lt;BR /&gt;3|4|3|10&lt;BR /&gt;&lt;BR /&gt;Output that I need:&lt;BR /&gt;Key 1|Key 2|Key 3|val1&lt;BR /&gt;1|2|3|10&lt;BR /&gt;2|2|3|10&lt;BR /&gt;2|3|3|10&lt;BR /&gt;3|1|3|10&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks folks!&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 23:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Which-component-to-use-union-flows/m-p/2369030#M132222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-06T23:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Which component to use union flows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Which-component-to-use-union-flows/m-p/2369031#M132223</link>
      <description>This is not an union. You simply have ONE key (Key 1) and all others are actually not keys in this use case.&lt;BR /&gt;Use a tAggregateRow and use Key 1 as group column and for the others choose "first".</description>
      <pubDate>Sat, 07 May 2016 09:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Which-component-to-use-union-flows/m-p/2369031#M132223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-07T09:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Which component to use union flows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Which-component-to-use-union-flows/m-p/2369032#M132224</link>
      <description>Good morning people. 
&lt;BR /&gt;Sorry jlolling, but the line 2 and line 3 have the same value for the key 1. an aggregation to the rows where the key 1 is equal to 1 and 3 really is correct, but my problem is to unite the lines that hold the key 1 equal to 2 with the result of aggregation. 
&lt;BR /&gt; 
&lt;BR /&gt;Can you see another solution? 
&lt;BR /&gt; 
&lt;BR /&gt;Thank you.</description>
      <pubDate>Wed, 15 Jun 2016 14:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Which-component-to-use-union-flows/m-p/2369032#M132224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-15T14:03:58Z</dc:date>
    </item>
  </channel>
</rss>

