<?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: tFlowToIterate usage with joblets in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-usage-with-joblets/m-p/2303669#M75520</link>
    <description>Hello
&lt;BR /&gt;No iterate trigger for joblet, however, you can change the job a little as below:
&lt;BR /&gt;SFDC-Stages--row2--tflowtoterate--iterate--tjava--oncomponentok--tjoblet1
&lt;BR /&gt;
&lt;BR /&gt;// use a tjava without any java code to link out an oncomponentOK connector.
&lt;BR /&gt;in joblet1
&lt;BR /&gt;TRIGGERINPUT--oncomponentok--tRowGenerator--tmap1--tSFDC-Stage.
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 17 Aug 2017 06:28:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-17T06:28:37Z</dc:date>
    <item>
      <title>tFlowToIterate usage with joblets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-usage-with-joblets/m-p/2303668#M75519</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have a data integration job where I query rows from a system. for each row, &amp;nbsp;I want to do multiple steps &amp;nbsp;(validations and writing data to a different system..etc. )&lt;/P&gt; 
&lt;P&gt;I want to keep each step in a joblet for easy readability.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;As shown in the picture, I have two iterate links going from tFlowToIterate and each iterate row represents a step.&lt;/P&gt; 
&lt;P&gt;1. How can I move these steps into Joblets? I tried but tFlowIterate can't make a link to joblet.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;2.&amp;nbsp;I want to move all the components after Iterate1 to a subjob/joblet , so that upon its successful completion I want to do the next steps. I want the data from SFDC-Stage input to be available in all the joblets for me to do some processing. &amp;nbsp;please suggest.&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="Screen Shot 2017-08-16 at 6.19.46 PM.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lvt8.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139733i41B2A3C37C8143EB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lvt8.png" alt="0683p000009Lvt8.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Sowjanya.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 02:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-usage-with-joblets/m-p/2303668#M75519</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-17T02:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: tFlowToIterate usage with joblets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-usage-with-joblets/m-p/2303669#M75520</link>
      <description>Hello
&lt;BR /&gt;No iterate trigger for joblet, however, you can change the job a little as below:
&lt;BR /&gt;SFDC-Stages--row2--tflowtoterate--iterate--tjava--oncomponentok--tjoblet1
&lt;BR /&gt;
&lt;BR /&gt;// use a tjava without any java code to link out an oncomponentOK connector.
&lt;BR /&gt;in joblet1
&lt;BR /&gt;TRIGGERINPUT--oncomponentok--tRowGenerator--tmap1--tSFDC-Stage.
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Aug 2017 06:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-usage-with-joblets/m-p/2303669#M75520</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-17T06:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: tFlowToIterate usage with joblets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-usage-with-joblets/m-p/2303670#M75521</link>
      <description>&lt;P&gt;Thanks Shong.&amp;nbsp;I added tjava component and was able to move the rest to a joblet. Now, I&amp;nbsp;want to add the next steps on "On component ok" for the joblet. But I am not able to add any of the required components ( joblet/tRowGenerator/tjava) on OnComponentOK for the joblet1.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I have something like below setup in joblet1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TRIGGERINPUT--oncomponentok--tRowGenerator--tmap1--tSFDC-Stage--TRIGGEROUTPUT(OnCompoentOk)&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;1.&amp;nbsp;How can I add the next steps in the process?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;2. In each step, I want to check if a value in row2.valuex == 'foo', and then do some action. which component can I use to do such a check in Iterate? I am not able to do "run if" using the tJava component, same problem, it doesn't let me connect to any of the required components if I choose "Run if".&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Sowjanya.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 17:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-usage-with-joblets/m-p/2303670#M75521</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-17T17:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: tFlowToIterate usage with joblets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-usage-with-joblets/m-p/2303671#M75522</link>
      <description>&lt;P&gt;I re-opened the Talend Studio and now I am able to link the joblet to&amp;nbsp;other components.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 22:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-usage-with-joblets/m-p/2303671#M75522</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-17T22:08:32Z</dc:date>
    </item>
  </channel>
</rss>

