<?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: Merging more than one tMap output in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Merging-more-than-one-tMap-output/m-p/2375831#M138145</link>
    <description>Thanks. So the output of tMap1 goes to tHashOutput1 and output of tmap2 goes to tHasmOutput2? And in sub job I have two tHashInput components linked to tHashoutput1 and 2 respectively? Not entirely clear on how the subjob should be configured or do I have two sub jobs one for each Hashinput?</description>
    <pubDate>Tue, 18 Aug 2015 13:18:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-18T13:18:05Z</dc:date>
    <item>
      <title>Merging more than one tMap output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-more-than-one-tMap-output/m-p/2375829#M138143</link>
      <description>&lt;P&gt;Hi. Wonder if someone could help. I have a tMap(tMap1) where the main output goes to tMSSQLOutput. However now I am handling the rejected rows from tMap. So the rejected output from tMap1 goes to tMap2, tMap2 also has an input lookup. The output of tMap1 and tMap2 have same schema. I want to merger the output of tMap1 and tMap2 together (union) and send one union output to tMSSQLOutput. I tried tUnite, but tUnite only accepts one input. tUnite basically works when you are iterating (say a folder full of files) but my requirement here is to perform the union.&amp;nbsp;Any ideas?&lt;BR /&gt;Thanks,&lt;BR /&gt;Prasad&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2015 16:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-more-than-one-tMap-output/m-p/2375829#M138143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-17T16:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Merging more than one tMap output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-more-than-one-tMap-output/m-p/2375830#M138144</link>
      <description>Output to the tHashOutput components from your tMaps and then in another subjob use the tUnite to merge the datasets together. 
&lt;BR /&gt;Once you have separated a single flow into 2 or more flows, you cannot re-merge them in the same subjob. So to get round this, you store the data in memory (for relatively small datasets) and merge them together in another subjob.</description>
      <pubDate>Mon, 17 Aug 2015 19:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-more-than-one-tMap-output/m-p/2375830#M138144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-17T19:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Merging more than one tMap output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-more-than-one-tMap-output/m-p/2375831#M138145</link>
      <description>Thanks. So the output of tMap1 goes to tHashOutput1 and output of tmap2 goes to tHasmOutput2? And in sub job I have two tHashInput components linked to tHashoutput1 and 2 respectively? Not entirely clear on how the subjob should be configured or do I have two sub jobs one for each Hashinput?</description>
      <pubDate>Tue, 18 Aug 2015 13:18:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-more-than-one-tMap-output/m-p/2375831#M138145</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-18T13:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Merging more than one tMap output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-more-than-one-tMap-output/m-p/2375832#M138146</link>
      <description>You would have 2 subjobs; 1 to load the data into the tHashOutput components and 1 to merge the data. You can use a tUnite for this so long as the schemas of both the datasets are the same.</description>
      <pubDate>Tue, 18 Aug 2015 13:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-more-than-one-tMap-output/m-p/2375832#M138146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-18T13:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Merging more than one tMap output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-more-than-one-tMap-output/m-p/2375833#M138147</link>
      <description>Got it. All done. Thanks very much indeed</description>
      <pubDate>Tue, 18 Aug 2015 16:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-more-than-one-tMap-output/m-p/2375833#M138147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-18T16:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Merging more than one tMap output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-more-than-one-tMap-output/m-p/2375834#M138148</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is a KB article about:&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=190513262" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Can I create a Job with multiple paths from a single source to the same target?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 19 Aug 2015 04:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-more-than-one-tMap-output/m-p/2375834#M138148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-19T04:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Merging more than one tMap output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-more-than-one-tMap-output/m-p/2375835#M138149</link>
      <description>This was the right answer, but I have to mention that in 7.1 and 7.2 versions we have to enable the hash elements under:&lt;BR /&gt;Project Settings --&amp;gt; Designer --&amp;gt; Pallete Settings --&amp;gt; Technical</description>
      <pubDate>Thu, 11 Jul 2019 21:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-more-than-one-tMap-output/m-p/2375835#M138149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-11T21:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Merging more than one tMap output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-more-than-one-tMap-output/m-p/2375836#M138150</link>
      <description>&lt;P&gt;For anyone looking for the current link to the support article referenced above, I believe this is it:&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EZYAA2" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Can-I-create-a-Job-with-multiple-paths-from-a-single-source-to/ta-p/21653&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2020 22:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-more-than-one-tMap-output/m-p/2375836#M138150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-11T22:20:29Z</dc:date>
    </item>
  </channel>
</rss>

