<?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 Combine two flows with out a key in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Combine-two-flows-with-out-a-key/m-p/2197788#M1402</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to join two files with out a key , few columns from a one flow and few columns another flow and make one flow as output with all these selected columns. Instead of giving sequence to these flows and join on the sequence , is there any best approach in Talend?&lt;BR /&gt;&lt;BR /&gt;Ex:&lt;BR /&gt;File1;&lt;BR /&gt;Column1,column2&lt;BR /&gt;&lt;BR /&gt;File2;&lt;BR /&gt;Column3&lt;BR /&gt;&lt;BR /&gt;Output;&lt;BR /&gt;Column1,column3</description>
    <pubDate>Thu, 10 Oct 2019 22:17:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-10-10T22:17:12Z</dc:date>
    <item>
      <title>Combine two flows with out a key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Combine-two-flows-with-out-a-key/m-p/2197788#M1402</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to join two files with out a key , few columns from a one flow and few columns another flow and make one flow as output with all these selected columns. Instead of giving sequence to these flows and join on the sequence , is there any best approach in Talend?&lt;BR /&gt;&lt;BR /&gt;Ex:&lt;BR /&gt;File1;&lt;BR /&gt;Column1,column2&lt;BR /&gt;&lt;BR /&gt;File2;&lt;BR /&gt;Column3&lt;BR /&gt;&lt;BR /&gt;Output;&lt;BR /&gt;Column1,column3</description>
      <pubDate>Thu, 10 Oct 2019 22:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Combine-two-flows-with-out-a-key/m-p/2197788#M1402</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-10T22:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Combine two flows with out a key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Combine-two-flows-with-out-a-key/m-p/2197789#M1403</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; A quick query is whether you are trying to do Cartesian product of input data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; If the answer is no, then you will need some keys to join between two data flows. If you are trying to join based on record number, then sequence itself is the best method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 23:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Combine-two-flows-with-out-a-key/m-p/2197789#M1403</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-10T23:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Combine two flows with out a key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Combine-two-flows-with-out-a-key/m-p/2197790#M1404</link>
      <description>HI Nikhil, 
&lt;BR /&gt; 
&lt;BR /&gt;i had split the flow into two for transformations on one flow and trying to 
&lt;BR /&gt;combine the two flows again, so i would not expect Cartesian product of the 
&lt;BR /&gt;records. I'm from Abinitio ETL tool background where i use Fuse component 
&lt;BR /&gt;to do such join with out a key. Is there any component in Talend or work 
&lt;BR /&gt;around to achieve this? 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Oct 2019 12:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Combine-two-flows-with-out-a-key/m-p/2197790#M1404</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-11T12:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Combine two flows with out a key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Combine-two-flows-with-out-a-key/m-p/2197791#M1405</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; The best way in this situation is to add a key identifier column during data split area. In the next subjob when you are joining them again, you can use this key identifier to get the matching records. I personally use numeric sequence if there are no business keys available from the source.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 15:41:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Combine-two-flows-with-out-a-key/m-p/2197791#M1405</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-11T15:41:32Z</dc:date>
    </item>
  </channel>
</rss>

