<?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: Can't combine tUnite with tMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Can-t-combine-tUnite-with-tMap/m-p/2375719#M138075</link>
    <description>&lt;P&gt;Only the first component of a subjob has a onsubjobOK option.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Dec 2021 02:53:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-12-02T02:53:40Z</dc:date>
    <item>
      <title>Can't combine tUnite with tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-combine-tUnite-with-tMap/m-p/2375714#M138070</link>
      <description>&lt;P&gt;I create a job from aws s3 to salesforece.&lt;/P&gt;&lt;P&gt;When I try to combine tUnite with tMap, no matter what I do , they cant be connected together.&lt;/P&gt;&lt;P&gt;Can you help me ?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-combine-tUnite-with-tMap/m-p/2375714#M138070</guid>
      <dc:creator>MoMoAC</dc:creator>
      <dc:date>2024-11-15T23:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can't combine tUnite with tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-combine-tUnite-with-tMap/m-p/2375715#M138071</link>
      <description>&lt;P&gt;One quick question, do the two tHashInput components read data from the same tHashOutput component?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 07:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-combine-tUnite-with-tMap/m-p/2375715#M138071</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-26T07:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can't combine tUnite with tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-combine-tUnite-with-tMap/m-p/2375716#M138072</link>
      <description>&lt;P&gt;Yes,they are from the same tHash​Output component.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 07:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-combine-tUnite-with-tMap/m-p/2375716#M138072</guid>
      <dc:creator>MoMoAC</dc:creator>
      <dc:date>2021-11-26T07:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can't combine tUnite with tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-combine-tUnite-with-tMap/m-p/2375717#M138073</link>
      <description>&lt;P&gt;I think it is because the lookup flow contains iteration, to avoid this limitation. Move the part of job design as shown in the screenshot to a child job, pass the current variable data to child job through context variable if needed. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000L25Y1AAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138205i131B30CF8AF3763E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000L25Y1AAJ.png" alt="0695b00000L25Y1AAJ.png" /&gt;&lt;/span&gt;child job looks like:&lt;/P&gt;&lt;P&gt;tFileInputDelimited--main--tHashOUTPUT1&lt;/P&gt;&lt;P&gt;|onsubjobok&lt;/P&gt;&lt;P&gt;tJava...tHashInput1(read from tHashOutput1)----tUnite--tHashOutput2&lt;/P&gt;&lt;P&gt;|onsubjobok&lt;/P&gt;&lt;P&gt;tHashInput2(read from tHashOutput1)---tMap---&amp;gt;&lt;/P&gt;&lt;P&gt;................................................................|lookup&lt;/P&gt;&lt;P&gt;........................................................... thashInput3(read from tHashOutput2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 08:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-combine-tUnite-with-tMap/m-p/2375717#M138073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-26T08:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can't combine tUnite with tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-combine-tUnite-with-tMap/m-p/2375718#M138074</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000L2tYQAAZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144097i82D4907C5D683A9F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000L2tYQAAZ.png" alt="0695b00000L2tYQAAZ.png" /&gt;&lt;/span&gt;I try to move the other part job as child job. But when I click Row, there is not subjob option.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 02:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-combine-tUnite-with-tMap/m-p/2375718#M138074</guid>
      <dc:creator>MoMoAC</dc:creator>
      <dc:date>2021-12-02T02:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can't combine tUnite with tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-combine-tUnite-with-tMap/m-p/2375719#M138075</link>
      <description>&lt;P&gt;Only the first component of a subjob has a onsubjobOK option.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 02:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-combine-tUnite-with-tMap/m-p/2375719#M138075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-02T02:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can't combine tUnite with tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-combine-tUnite-with-tMap/m-p/2375720#M138076</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":flushed_face:"&gt;😳&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":flushed_face:"&gt;😳&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":flushed_face:"&gt;😳&lt;/span&gt; Thank you so much.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 03:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-combine-tUnite-with-tMap/m-p/2375720#M138076</guid>
      <dc:creator>MoMoAC</dc:creator>
      <dc:date>2021-12-02T03:38:15Z</dc:date>
    </item>
  </channel>
</rss>

