<?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 Split then merge flow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Split-then-merge-flow/m-p/2262361#M42849</link>
    <description>Hi,
&lt;BR /&gt;I'm beginner with TOS and I would like to make a job which read a spreadsheet file,
&lt;BR /&gt;made modification on data (based on database reference) by splitting the flow 
&lt;BR /&gt;and then merge two flow generated into one for the end of the process.
&lt;BR /&gt;I use the tFilterRow componant to split the flow but I don't know what kind of componant to use to merge them.
&lt;BR /&gt;I try tMap, tUnique, tJoin but without success for each of them.
&lt;BR /&gt;Does anyone know how to simply merge two flow in Java project with TOS ?
&lt;BR /&gt;
&lt;BR /&gt;I found a topic which explains how to make it but it's only for PERL project.
&lt;BR /&gt;4792
&lt;BR /&gt;Thx for your help.</description>
    <pubDate>Sat, 16 Nov 2024 14:08:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T14:08:32Z</dc:date>
    <item>
      <title>Split then merge flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-then-merge-flow/m-p/2262361#M42849</link>
      <description>Hi,
&lt;BR /&gt;I'm beginner with TOS and I would like to make a job which read a spreadsheet file,
&lt;BR /&gt;made modification on data (based on database reference) by splitting the flow 
&lt;BR /&gt;and then merge two flow generated into one for the end of the process.
&lt;BR /&gt;I use the tFilterRow componant to split the flow but I don't know what kind of componant to use to merge them.
&lt;BR /&gt;I try tMap, tUnique, tJoin but without success for each of them.
&lt;BR /&gt;Does anyone know how to simply merge two flow in Java project with TOS ?
&lt;BR /&gt;
&lt;BR /&gt;I found a topic which explains how to make it but it's only for PERL project.
&lt;BR /&gt;4792
&lt;BR /&gt;Thx for your help.</description>
      <pubDate>Sat, 16 Nov 2024 14:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-then-merge-flow/m-p/2262361#M42849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Split then merge flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-then-merge-flow/m-p/2262362#M42850</link>
      <description>Hi,&lt;BR /&gt;it seems you're looking for the tUnit component. the flows you merge must have the same schema.&lt;BR /&gt;Regards,&lt;BR /&gt;Youssef</description>
      <pubDate>Fri, 28 Nov 2008 14:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-then-merge-flow/m-p/2262362#M42850</guid>
      <dc:creator>youssef2</dc:creator>
      <dc:date>2008-11-28T14:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Split then merge flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-then-merge-flow/m-p/2262363#M42851</link>
      <description>tUnite is located under the Orchestration tab of the Palette.</description>
      <pubDate>Mon, 01 Dec 2008 17:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-then-merge-flow/m-p/2262363#M42851</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-01T17:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Split then merge flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-then-merge-flow/m-p/2262364#M42852</link>
      <description>I try using tUnite but it doesn't work for me.&lt;BR /&gt;I verify I 've got the same schema for the two flow I want to merge.&lt;BR /&gt;I can link the first flow to the tUnite componant, &lt;BR /&gt;but when I want to link the second, it displays a forbidden icon and I can't link them.&lt;BR /&gt;I have uploaded a screenshot of my job.</description>
      <pubDate>Tue, 02 Dec 2008 15:13:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-then-merge-flow/m-p/2262364#M42852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-02T15:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Split then merge flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-then-merge-flow/m-p/2262365#M42853</link>
      <description>Currently, loop or cycle are not allowed in TOS. 
&lt;BR /&gt;Your tFilterRow_4 is the common source of data for the 2 branches of data. 
&lt;BR /&gt;HTH,</description>
      <pubDate>Wed, 03 Dec 2008 23:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-then-merge-flow/m-p/2262365#M42853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-03T23:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Split then merge flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-then-merge-flow/m-p/2262366#M42854</link>
      <description>Ok. 
&lt;BR /&gt;Can you explains me how to made what I want. 
&lt;BR /&gt;I have a flow and I want to split it with a filter to made specific action on lines filtered: 
&lt;BR /&gt;- lines filtered are inserted in database and I want to get the key associated (based on autoincrement column) to be added to the flow (new column in the schema) 
&lt;BR /&gt;- lines rejected are not used in a specific process but I have to modify the schema to add the new column described above with null value. 
&lt;BR /&gt;Then I want to merge lines filtered and lines rejected to have only one flow to continue the job for the rest of the process. 
&lt;BR /&gt;You tell me it's not possible with tUnite to merge the flow because of loop. 
&lt;BR /&gt;How can I made it ? 
&lt;BR /&gt;By using subjob ? But I think it's not possible to transmit a flow between job...</description>
      <pubDate>Fri, 05 Dec 2008 09:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-then-merge-flow/m-p/2262366#M42854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-05T09:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Split then merge flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-then-merge-flow/m-p/2262367#M42855</link>
      <description>If you use a tFilterRow, this is because you only want to keep some specific rows. 
&lt;BR /&gt;If you want to keep all the rows, then don't filter them.... 
&lt;BR /&gt;If you really want to split your data, you can use socket component, or temp files in append mode. 
&lt;BR /&gt;And finally, You can use tBufferOutput to transmit a flow to the father job</description>
      <pubDate>Fri, 05 Dec 2008 11:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-then-merge-flow/m-p/2262367#M42855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-05T11:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Split then merge flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-then-merge-flow/m-p/2262368#M42856</link>
      <description>Ok.&lt;BR /&gt;Thanks for your interesting answers.&lt;BR /&gt;I try to use alternate solution you propose me.</description>
      <pubDate>Fri, 05 Dec 2008 12:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-then-merge-flow/m-p/2262368#M42856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-05T12:33:19Z</dc:date>
    </item>
  </channel>
</rss>

