<?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 terminate tFlowToIterate in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-terminate-tFlowToIterate/m-p/2314948#M85660</link>
    <description>Hi,&lt;BR /&gt;Are you using OnsubjobOk connector between your t&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;mySQLOutput and tsendmail&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;&amp;nbsp;component? Could you please post your current job design screenshot into forum?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Tue, 02 Aug 2016 08:07:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-02T08:07:53Z</dc:date>
    <item>
      <title>how to terminate tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-terminate-tFlowToIterate/m-p/2314947#M85659</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I am new to Talend and I need help with&amp;nbsp;tFlowToIterate...&lt;BR /&gt;I have a talend job with the following components:&lt;BR /&gt;&lt;BR /&gt;MySQLInput(extract records) -&amp;gt; tFlowtoITerate(column id) -&amp;gt;tJavaRow(To check if records from MySQLInput are valid)-&amp;gt;RunIF (run if valid) -&amp;gt;&amp;nbsp;mySQLOutput (insert recrods) - &amp;gt; send mail (email alert that new rows were inserted)&lt;BR /&gt;&lt;BR /&gt;When I run this, if for example I have a total of 20 records extracted and 10 records a valid, everything from tJavarow including the send mail component will execute ten times. With this, I will receive ten email alerts. I only want the send email component to run/execute after tFlowtoIterate has completed with its iteration/loop so I only get to receive one email notification.&lt;BR /&gt;&lt;BR /&gt;The problem is I don't know how to this in Talend. Please help.&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 04:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-terminate-tFlowToIterate/m-p/2314947#M85659</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-02T04:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to terminate tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-terminate-tFlowToIterate/m-p/2314948#M85660</link>
      <description>Hi,&lt;BR /&gt;Are you using OnsubjobOk connector between your t&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;mySQLOutput and tsendmail&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;&amp;nbsp;component? Could you please post your current job design screenshot into forum?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 02 Aug 2016 08:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-terminate-tFlowToIterate/m-p/2314948#M85660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-02T08:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to terminate tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-terminate-tFlowToIterate/m-p/2314949#M85661</link>
      <description>hi!
&lt;BR /&gt;
&lt;BR /&gt;Thanks for the reply. Nope, I am not using OnsubjobOk , I am using OnComponentOk. Please see below. The SendMail component should run only once, i.e., after the process has completed the iteration. Btw, I am using Open Studio.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFZq.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130250i5CD49500C012B918/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFZq.png" alt="0683p000009MFZq.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 02 Aug 2016 08:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-terminate-tFlowToIterate/m-p/2314949#M85661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-02T08:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to terminate tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-terminate-tFlowToIterate/m-p/2314950#M85662</link>
      <description>hello everyone! just wanted to ask for some help on this. Appreciate the response! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;</description>
      <pubDate>Thu, 04 Aug 2016 01:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-terminate-tFlowToIterate/m-p/2314950#M85662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-04T01:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to terminate tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-terminate-tFlowToIterate/m-p/2314951#M85663</link>
      <description>Hi,&lt;BR /&gt;Have you tried to use onsubjobok instead to see if [font=Verdana, Helvetica, Arial, sans-serif]&lt;FONT size="1"&gt;you&lt;/FONT&gt;[/font]&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;will receive only one&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;&amp;nbsp;email alert till the whole subjob (tMysqlinput--&amp;gt;tflowtoiterate--&amp;gt;tjavarow...) finish?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 04 Aug 2016 09:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-terminate-tFlowToIterate/m-p/2314951#M85663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-04T09:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to terminate tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-terminate-tFlowToIterate/m-p/2314952#M85664</link>
      <description>hi, sorry for the late reply.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;yes, that solved the problem. I used onsubjobok from tflowtoiterate component to sendmail component.&lt;BR /&gt;&lt;BR /&gt;Thank you so much!</description>
      <pubDate>Thu, 20 Oct 2016 09:33:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-terminate-tFlowToIterate/m-p/2314952#M85664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-20T09:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to terminate tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-terminate-tFlowToIterate/m-p/2314953#M85665</link>
      <description>Hi,&lt;BR /&gt;Great it works. Feel free to let us know if there is any further help we can give.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 20 Oct 2016 09:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-terminate-tFlowToIterate/m-p/2314953#M85665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-20T09:45:38Z</dc:date>
    </item>
  </channel>
</rss>

