<?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 Process 200 line at a time from MysqlInput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Process-200-line-at-a-time-from-MysqlInput/m-p/2279689#M54777</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a job were I need to retrieve and pass 200 line each time until the end of the table to a child job.&lt;/P&gt;&lt;P&gt;I found on the forum a solution were they used a tLoop with a step of 200 and then a query like so :&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SELECT A, B, C, D FROM XXX WHERE YYY AND ROWNUM &amp;gt; " +&amp;nbsp;String.valueOf(&lt;/SPAN&gt;&lt;SPAN&gt;((Integer)globalMap.get("tLoop_1_CURRENT_VALUE"))))&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;+ " AND ROWNUM &amp;lt; " +&amp;nbsp;String.valueOf(&lt;/SPAN&gt;&lt;SPAN&gt;((Integer)globalMap.get("tLoop_1_CURRENT_VALUE")))&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;+200)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I'm using a tMySQLInput and don't have the ROWNUM proper to Oracle.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there a way around or maybe another way to processe 200 line at a time ?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:18:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T02:18:22Z</dc:date>
    <item>
      <title>Process 200 line at a time from MysqlInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Process-200-line-at-a-time-from-MysqlInput/m-p/2279689#M54777</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a job were I need to retrieve and pass 200 line each time until the end of the table to a child job.&lt;/P&gt;&lt;P&gt;I found on the forum a solution were they used a tLoop with a step of 200 and then a query like so :&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SELECT A, B, C, D FROM XXX WHERE YYY AND ROWNUM &amp;gt; " +&amp;nbsp;String.valueOf(&lt;/SPAN&gt;&lt;SPAN&gt;((Integer)globalMap.get("tLoop_1_CURRENT_VALUE"))))&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;+ " AND ROWNUM &amp;lt; " +&amp;nbsp;String.valueOf(&lt;/SPAN&gt;&lt;SPAN&gt;((Integer)globalMap.get("tLoop_1_CURRENT_VALUE")))&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;+200)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I'm using a tMySQLInput and don't have the ROWNUM proper to Oracle.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there a way around or maybe another way to processe 200 line at a time ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Process-200-line-at-a-time-from-MysqlInput/m-p/2279689#M54777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T02:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Process 200 line at a time from MysqlInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Process-200-line-at-a-time-from-MysqlInput/m-p/2279690#M54778</link>
      <description>Use this instead:&lt;BR /&gt;LIMIT offset, row_count&lt;BR /&gt;With offset as the starting row and row_count = 200 in your case</description>
      <pubDate>Wed, 27 May 2020 22:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Process-200-line-at-a-time-from-MysqlInput/m-p/2279690#M54778</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-05-27T22:19:16Z</dc:date>
    </item>
  </channel>
</rss>

