<?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 Break out of tJavaRow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Break-out-of-tJavaRow/m-p/2220411#M14822</link>
    <description>Is there anyway to go to the next record without inserting the existing record that tJavaRow is parsing?&lt;BR /&gt;I used the java break; command it just kills the job.&lt;BR /&gt;I'm trying to skip the record and go to the next.&lt;BR /&gt;I understand its a big for loop.</description>
    <pubDate>Fri, 03 Aug 2012 14:40:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-08-03T14:40:04Z</dc:date>
    <item>
      <title>Break out of tJavaRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Break-out-of-tJavaRow/m-p/2220411#M14822</link>
      <description>Is there anyway to go to the next record without inserting the existing record that tJavaRow is parsing?&lt;BR /&gt;I used the java break; command it just kills the job.&lt;BR /&gt;I'm trying to skip the record and go to the next.&lt;BR /&gt;I understand its a big for loop.</description>
      <pubDate>Fri, 03 Aug 2012 14:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Break-out-of-tJavaRow/m-p/2220411#M14822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-03T14:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Break out of tJavaRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Break-out-of-tJavaRow/m-p/2220412#M14823</link>
      <description>Hi&lt;BR /&gt;Let's say we have the following data below.&lt;BR /&gt;id; name &lt;BR /&gt;1; a&lt;BR /&gt;2; b&lt;BR /&gt;3; c&lt;BR /&gt;If we only want the first two rows, the code in tJava should be like this.&lt;BR /&gt;&lt;PRE&gt;if(input_row.id&amp;lt;3)&lt;BR /&gt;output_row.id = input_row.id;&lt;BR /&gt;// if input_row.id =3 do nothing&lt;/PRE&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Mon, 06 Aug 2012 02:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Break-out-of-tJavaRow/m-p/2220412#M14823</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-06T02:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Break out of tJavaRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Break-out-of-tJavaRow/m-p/2220413#M14824</link>
      <description>Use continue rather than break.</description>
      <pubDate>Mon, 06 Aug 2012 05:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Break-out-of-tJavaRow/m-p/2220413#M14824</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2012-08-06T05:10:26Z</dc:date>
    </item>
  </channel>
</rss>

