<?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 to join data between two jobs with no join condition in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-between-two-jobs-with-no-join-condition/m-p/2225668#M17876</link>
    <description>&lt;P&gt;the above flow is not going to work because of multiple rows data .&lt;/P&gt; 
&lt;P&gt;tMSSQLCDInput is a table with multiple rows and with each iteration tMap_1 is populating data from each row . so the logic start after tMap_1&amp;nbsp; and I need to add subjob UpsertPolicySystem for each row . so I want to do something like this but not sure where to add tHashInput .&amp;nbsp; At this present position , HashInput data is coming null that means it's not filled yet&amp;nbsp; .&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture3.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M38C.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139906i03CB39F4CD7D4CF0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M38C.png" alt="0683p000009M38C.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;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2019 17:10:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-04-03T17:10:17Z</dc:date>
    <item>
      <title>How to join data between two jobs with no join condition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-between-two-jobs-with-no-join-condition/m-p/2225664#M17872</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am new to Talend and has very basic question . I am&amp;nbsp;hoping someone might be able to help me .flow of my data is as follows :&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-inline" image-alt="Capture1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4Am.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142100i08DFD037B8BA42CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4Am.png" alt="0683p000009M4Am.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have personID returned from my Job&amp;nbsp; &lt;STRONG&gt;'job_datahubPartyPerson_upsert' &lt;/STRONG&gt;which is stored in context&amp;nbsp;variable&amp;nbsp; . I need to use that personID in upsertPolciysystem&amp;nbsp; . How Can I connect both&amp;nbsp; ?&amp;nbsp; I tried with bunch of option like tMap lookup but connector is not giving me option to connect. and there is no join condition with personID and tMap_4 data .&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I was thinking to use context variable but how can I make sure person ID context variable is filled before calling upsertPolicySystem job ? also tMap_2 and tMap_4 both has different data .&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can some one please help .&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks in advance .&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;-Meenu&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 15:24:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-between-two-jobs-with-no-join-condition/m-p/2225664#M17872</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-02T15:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to join data between two jobs with no join condition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-between-two-jobs-with-no-join-condition/m-p/2225665#M17873</link>
      <description>&lt;P&gt;Hi Meenu,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Could you please try to store the data output from tMap1 to tMap4 to a hashoutput component instead of passing directly to tMap4? Then use a On SubJob Ok flow to make sure that the data output of&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;'job_datahubPartyPerson_upsert'&lt;/STRONG&gt; is stored into context variable.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In the next subjob read the hash output using a tHashInput component and pass it to tMap4 and do the rest of the activities. In this way, both jobs will happen one after another and you will have id required for the&amp;nbsp;&lt;SPAN&gt;upsertPolicySystem&amp;nbsp;job&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 19:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-between-two-jobs-with-no-join-condition/m-p/2225665#M17873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-02T19:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to join data between two jobs with no join condition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-between-two-jobs-with-no-join-condition/m-p/2225666#M17874</link>
      <description>&lt;P&gt;Sorry I am little confused on solution . in which flow tHashInput supposed to go ? thanks for your help !&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-inline" image-alt="Capture2.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3UZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137427iCCFC75684226B351/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3UZ.png" alt="0683p000009M3UZ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 19:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-between-two-jobs-with-no-join-condition/m-p/2225666#M17874</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-02T19:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to join data between two jobs with no join condition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-between-two-jobs-with-no-join-condition/m-p/2225667#M17875</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; I was telling like below flow.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M48x.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151277iC2667BDB78EFD561/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M48x.png" alt="0683p000009M48x.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &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;</description>
      <pubDate>Wed, 03 Apr 2019 06:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-between-two-jobs-with-no-join-condition/m-p/2225667#M17875</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-03T06:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to join data between two jobs with no join condition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-between-two-jobs-with-no-join-condition/m-p/2225668#M17876</link>
      <description>&lt;P&gt;the above flow is not going to work because of multiple rows data .&lt;/P&gt; 
&lt;P&gt;tMSSQLCDInput is a table with multiple rows and with each iteration tMap_1 is populating data from each row . so the logic start after tMap_1&amp;nbsp; and I need to add subjob UpsertPolicySystem for each row . so I want to do something like this but not sure where to add tHashInput .&amp;nbsp; At this present position , HashInput data is coming null that means it's not filled yet&amp;nbsp; .&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture3.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M38C.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139906i03CB39F4CD7D4CF0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M38C.png" alt="0683p000009M38C.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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 17:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-between-two-jobs-with-no-join-condition/m-p/2225668#M17876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-03T17:10:17Z</dc:date>
    </item>
  </channel>
</rss>

