<?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: How can I join two flows into one? (Unite does not work) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326891#M96327</link>
    <description>I was able to make something like this work for a reconciliation program. Not sure its exactly what you're looking for.... 
&lt;BR /&gt;Ignore the names and look at the flows. The tmap first outputs my main/rejected outputs, they each go to an output (I only kept one of them to keep file size small), I sorted/filtered them and then I output them to a temporary csv file. 
&lt;BR /&gt;Then I input those csv files and was able to join them however I wanted. Please note that the second image is a subjob of the first image.</description>
    <pubDate>Fri, 18 Dec 2009 18:12:01 GMT</pubDate>
    <dc:creator>jkrfs</dc:creator>
    <dc:date>2009-12-18T18:12:01Z</dc:date>
    <item>
      <title>How can I join two flows into one? (Unite does not work)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326886#M96322</link>
      <description>Hi, 
&lt;BR /&gt;I found several times that a flow must branch to follow different processing but after a few components they are ready to join again. 
&lt;BR /&gt;Currently I handle this situation generating several files and then processing. But, Is there any better way to joint to flows? 
&lt;BR /&gt;I attach a screenshot. 
&lt;BR /&gt;Thank you</description>
      <pubDate>Sat, 16 Nov 2024 13:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326886#M96322</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can I join two flows into one? (Unite does not work)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326887#M96323</link>
      <description>For the tJoin to work, it needs the schema of the input rows (their columns definition) to be the exact same.</description>
      <pubDate>Thu, 24 Sep 2009 10:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326887#M96323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-24T10:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I join two flows into one? (Unite does not work)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326888#M96324</link>
      <description>But I don't want to join. I just one to concatenate both flows. Just like tUnite</description>
      <pubDate>Thu, 24 Sep 2009 13:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326888#M96324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-24T13:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I join two flows into one? (Unite does not work)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326889#M96325</link>
      <description>Sry, I meant tUnite, not tJoin, needs all input rows to have the same schema.</description>
      <pubDate>Thu, 24 Sep 2009 14:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326889#M96325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-24T14:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can I join two flows into one? (Unite does not work)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326890#M96326</link>
      <description>Talend does not seem to allow this (see &lt;A href="http://www.talendforge.org/bugs/view.php?id=10702)" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/bugs/view.php?id=10702)&lt;/A&gt;&lt;BR /&gt;Has anyone come up with a solution to this problem that doesn't involve writing to temporary files?</description>
      <pubDate>Thu, 17 Dec 2009 15:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326890#M96326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-17T15:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I join two flows into one? (Unite does not work)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326891#M96327</link>
      <description>I was able to make something like this work for a reconciliation program. Not sure its exactly what you're looking for.... 
&lt;BR /&gt;Ignore the names and look at the flows. The tmap first outputs my main/rejected outputs, they each go to an output (I only kept one of them to keep file size small), I sorted/filtered them and then I output them to a temporary csv file. 
&lt;BR /&gt;Then I input those csv files and was able to join them however I wanted. Please note that the second image is a subjob of the first image.</description>
      <pubDate>Fri, 18 Dec 2009 18:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326891#M96327</guid>
      <dc:creator>jkrfs</dc:creator>
      <dc:date>2009-12-18T18:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can I join two flows into one? (Unite does not work)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326892#M96328</link>
      <description>Talend does not allow a "closed circuit". You can unite separte sources into one flow but cannot - start,split,unite- again. In the OP's picture I would use a second tFileOutputDelimited in append mode. Using temp files or use of child jobs and tBufferOutput then tUnite are the usual ways to accomplish these kinds of operations. 
&lt;BR /&gt; 
&lt;BR /&gt; Josh</description>
      <pubDate>Fri, 18 Dec 2009 19:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326892#M96328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-18T19:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I join two flows into one? (Unite does not work)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326893#M96329</link>
      <description>I use now temporary files and splitted the problem into multiple minor ones</description>
      <pubDate>Sat, 06 Mar 2010 11:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326893#M96329</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-06T11:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I join two flows into one? (Unite does not work)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326894#M96330</link>
      <description>&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&lt;B&gt;Warning:tUnite&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;cannot exist in a data flow loop. For instance, if a data flow goes through several&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&lt;B&gt;tMap&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;components to generate two flows, they cannot be fed to&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&lt;B&gt;tUnite&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;This statement is from talend.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;I am stuck in the similar position where i am creating two flow from a tmap and then need to take the union of these 2 flows ,, i tried to use tunite but on research i got to know the above mentioned statement. Please help is there any other possible way or any other component to achieve this ????&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;Your response would be very much appreciated i anyone can help. Talend Team???</description>
      <pubDate>Fri, 11 Sep 2015 18:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326894#M96330</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-11T18:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I join two flows into one? (Unite does not work)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326895#M96331</link>
      <description>hi, 
&lt;BR /&gt;when you say : 
&lt;BR /&gt; 
&lt;PRE&gt;i am creating two flow from a tmap&lt;/PRE&gt; 
&lt;BR /&gt;you're on the right road 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;but you have&amp;nbsp; to create your 2 ouptput as a single ouptut ! 
&lt;BR /&gt;Create your first output as usual , create second outpout as a 'join table' . 
&lt;BR /&gt;You will have a unique output at the end. 
&lt;BR /&gt;It's very useful, when you have to do different things on data depending on filter, values &amp;amp; so on , but result should be in the same flow. 
&lt;BR /&gt;your 2 differents output need to have same schema of course 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEUz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148774iFFCF87D249A2439E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEUz.png" alt="0683p000009MEUz.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEGZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127749iB15A27D2F5A06E20/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEGZ.png" alt="0683p000009MEGZ.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEV4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131501i47266B6576F90DAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEV4.png" alt="0683p000009MEV4.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;hope it helps 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Mon, 14 Sep 2015 11:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-join-two-flows-into-one-Unite-does-not-work/m-p/2326895#M96331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-14T11:34:28Z</dc:date>
    </item>
  </channel>
</rss>

