<?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 impliment pagination while extracting data form API in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-impliment-pagination-while-extracting-data-form-API/m-p/2299078#M71469</link>
    <description>At first you have to know when the end of your data realm is reached (probably if you get less then the maximum amount of data sets). 
&lt;BR /&gt;Next if you do the next request you need to know how to setup the request to get the next bunch of data. 
&lt;BR /&gt;In every job run you must keep the amount of data you have got or the last index row you got and start in every request with the next one. 
&lt;BR /&gt;In Talend we do not have a build-in mechanism to support that, it is almost an individual solution. 
&lt;BR /&gt;You could take a look at the components tJobInstanceStart+ tJobInstanceEnd + tJobDataRangeScanner. 
&lt;BR /&gt;Theses components from Talend exchange provides the capabilities to keep metadata for every job run and to get key figures from the previous run. It is well documented. 
&lt;BR /&gt; 
&lt;A href="http://www.talendforge.org/exchange/index.php?eid=987&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=1,1,1" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/exchange/index.php?eid=987&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=1,1,1&lt;/A&gt;</description>
    <pubDate>Sat, 03 May 2014 09:21:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-03T09:21:09Z</dc:date>
    <item>
      <title>how to impliment pagination while extracting data form API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-impliment-pagination-while-extracting-data-form-API/m-p/2299077#M71468</link>
      <description>I need to implement pagination in relation to API, as on a given URL there is Offset and it will return only  those no of records and i want to fetch complete Records.</description>
      <pubDate>Sat, 03 May 2014 07:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-impliment-pagination-while-extracting-data-form-API/m-p/2299077#M71468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-03T07:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to impliment pagination while extracting data form API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-impliment-pagination-while-extracting-data-form-API/m-p/2299078#M71469</link>
      <description>At first you have to know when the end of your data realm is reached (probably if you get less then the maximum amount of data sets). 
&lt;BR /&gt;Next if you do the next request you need to know how to setup the request to get the next bunch of data. 
&lt;BR /&gt;In every job run you must keep the amount of data you have got or the last index row you got and start in every request with the next one. 
&lt;BR /&gt;In Talend we do not have a build-in mechanism to support that, it is almost an individual solution. 
&lt;BR /&gt;You could take a look at the components tJobInstanceStart+ tJobInstanceEnd + tJobDataRangeScanner. 
&lt;BR /&gt;Theses components from Talend exchange provides the capabilities to keep metadata for every job run and to get key figures from the previous run. It is well documented. 
&lt;BR /&gt; 
&lt;A href="http://www.talendforge.org/exchange/index.php?eid=987&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=1,1,1" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/exchange/index.php?eid=987&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=1,1,1&lt;/A&gt;</description>
      <pubDate>Sat, 03 May 2014 09:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-impliment-pagination-while-extracting-data-form-API/m-p/2299078#M71469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-03T09:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to impliment pagination while extracting data form API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-impliment-pagination-while-extracting-data-form-API/m-p/2299079#M71470</link>
      <description>Hi,&lt;BR /&gt;What i want is when i hit the api it should return me complete results and not the limited set of result as there is a variable named as limit in api which is set to 100 , it's because of that i get 100 reords at a time. i need to pass that variable dynamically and set it's value dynamically, the challenge here is i don't  know the no of records in API. and i need to iterate all of them</description>
      <pubDate>Sun, 04 May 2014 10:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-impliment-pagination-while-extracting-data-form-API/m-p/2299079#M71470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-04T10:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to impliment pagination while extracting data form API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-impliment-pagination-while-extracting-data-form-API/m-p/2299080#M71471</link>
      <description>Please Specify more</description>
      <pubDate>Sun, 29 Jul 2018 13:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-impliment-pagination-while-extracting-data-form-API/m-p/2299080#M71471</guid>
      <dc:creator>arpiitv</dc:creator>
      <dc:date>2018-07-29T13:14:42Z</dc:date>
    </item>
  </channel>
</rss>

