<?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: Job Design Question in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Job-Design-Question/m-p/2355943#M121576</link>
    <description>&lt;P&gt;The hashOutput/Input and onSubjob ok link worked great. thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Aug 2021 07:21:02 GMT</pubDate>
    <dc:creator>gabriel-spiteri</dc:creator>
    <dc:date>2021-08-04T07:21:02Z</dc:date>
    <item>
      <title>Job Design Question</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Design-Question/m-p/2355940#M121573</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am building a job and I need to take the output of Views to Append and pass it through the part marked as "1" in red ... and once that is complete reuse the same output for part "2" marked in red. It is very important that the lookup inputs are loaded only when that part starts since part "1" augments the information in that look up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000H7oZcAAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146259iF0EF310F91E84D2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000H7oZcAAJ.png" alt="0695b00000H7oZcAAJ.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 11:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Design-Question/m-p/2355940#M121573</guid>
      <dc:creator>gabriel-spiteri</dc:creator>
      <dc:date>2021-07-20T11:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Job Design Question</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Design-Question/m-p/2355941#M121574</link>
      <description>&lt;P&gt;Hi, you can use thashoutput to stock the output of the view, then you can use thashinput to get the values at any time.&lt;/P&gt;&lt;P&gt;so the job will be your dbinput --&amp;gt; thashoutput --&amp;gt;tjava to stock in a globalMap the numbers of row generated in the thash output&lt;/P&gt;&lt;P&gt;on subjob ok link --&amp;gt;empty tjava--&amp;gt;trigger link if value of the globalMap &amp;gt;0 (you cant initialize empty hashinput) then thashinput --&amp;gt;1&lt;/P&gt;&lt;P&gt;on subjob ok link --&amp;gt;--&amp;gt;empty tjava--&amp;gt;trigger link if value of the globalMap &amp;gt;0 then thashinpu--&amp;gt;2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hashinput and output are hidden components you have to go to File--&amp;gt;Edit project properties--&amp;gt;Designer--&amp;gt;palette settings,open the technical folder drag and drop hash component from left to right then apply and close.&lt;/P&gt;&lt;P&gt;Send me Love and Kudos&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>Tue, 20 Jul 2021 12:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Design-Question/m-p/2355941#M121574</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-07-20T12:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Job Design Question</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Design-Question/m-p/2355942#M121575</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Here is a KB article about: &lt;A href="https://community.talend.com/s/article/Can-I-create-a-Job-with-multiple-paths-from-a-single-source-to-the-same-target-gTbhK" alt="https://community.talend.com/s/article/Can-I-create-a-Job-with-multiple-paths-from-a-single-source-to-the-same-target-gTbhK" target="_blank"&gt;https://community.talend.com/s/article/Can-I-create-a-Job-with-multiple-paths-from-a-single-source-to-the-same-target-gTbhK&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope it will give you some help on your design issue.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 03:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Design-Question/m-p/2355942#M121575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-21T03:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Job Design Question</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Design-Question/m-p/2355943#M121576</link>
      <description>&lt;P&gt;The hashOutput/Input and onSubjob ok link worked great. thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 07:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Design-Question/m-p/2355943#M121576</guid>
      <dc:creator>gabriel-spiteri</dc:creator>
      <dc:date>2021-08-04T07:21:02Z</dc:date>
    </item>
  </channel>
</rss>

