<?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 How can I duplicate input in different flow? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-duplicate-input-in-different-flow/m-p/2252763#M36314</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have input from MSSQL, how can I duplicate to two filter? Because I need to merge in a table at the final moment&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="img.PNG" style="width: 688px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0ML.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151151i93A5BF8220482124/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0ML.png" alt="0683p000009M0ML.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Oct 2018 16:01:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-10T16:01:26Z</dc:date>
    <item>
      <title>How can I duplicate input in different flow?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-duplicate-input-in-different-flow/m-p/2252763#M36314</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have input from MSSQL, how can I duplicate to two filter? Because I need to merge in a table at the final moment&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="img.PNG" style="width: 688px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0ML.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151151i93A5BF8220482124/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0ML.png" alt="0683p000009M0ML.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 16:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-duplicate-input-in-different-flow/m-p/2252763#M36314</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-10T16:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I duplicate input in different flow?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-duplicate-input-in-different-flow/m-p/2252764#M36315</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Please use the Design and development page of Talend community for these type of queries in future.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;For your current query, could you please try the following steps mentioned like in sample job? Please store the interim data either in hash memory or in a temp file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Then read the data again from the hash input or file input components and load the final data to your target DB.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 998px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0QH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158276i75EF335B66C9F133/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0QH.png" alt="0683p000009M0QH.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If the answer has helped you, could you please mark the topic as closed? Kudos are also welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 18:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-duplicate-input-in-different-flow/m-p/2252764#M36315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-10T18:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I duplicate input in different flow?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-duplicate-input-in-different-flow/m-p/2252765#M36316</link>
      <description>Thank you so much! But Can you explain me the logic? Thank you!</description>
      <pubDate>Wed, 10 Oct 2018 21:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-duplicate-input-in-different-flow/m-p/2252765#M36316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-10T21:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can I duplicate input in different flow?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-duplicate-input-in-different-flow/m-p/2252766#M36317</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I have not changed the core logic from your program. The only modification I have made is to avoid the cyclic dependency.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Wish you happy programming in Talend &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 05:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-duplicate-input-in-different-flow/m-p/2252766#M36317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-11T05:11:55Z</dc:date>
    </item>
  </channel>
</rss>

