<?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 How to use trestclient in a loop in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-trestclient-in-a-loop/m-p/2228204#M19546</link>
    <description>&lt;P&gt;i need to loop the offset value in the below link in the url of trestclient&lt;/P&gt;
&lt;P&gt;"&lt;A href="https://flow.pluralsight.com/v3/customer/core/repos/?offset=0" target="_blank" rel="nofollow noopener noreferrer"&gt;https://flow.pluralsight.com/v3/customer/core/repos/?offset=0&lt;/A&gt;"&lt;/P&gt;
&lt;P&gt;my api data consists on more than 5000 records but the api gives only 100 records of out put so if i can loop the offset values continuously then i can get till the end of the page.&lt;/P&gt;
&lt;P&gt;the output of this api also gives the "&lt;STRONG&gt;next&lt;/STRONG&gt;" in which it contains the next page value.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:05:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T03:05:59Z</dc:date>
    <item>
      <title>How to use trestclient in a loop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-trestclient-in-a-loop/m-p/2228204#M19546</link>
      <description>&lt;P&gt;i need to loop the offset value in the below link in the url of trestclient&lt;/P&gt;
&lt;P&gt;"&lt;A href="https://flow.pluralsight.com/v3/customer/core/repos/?offset=0" target="_blank" rel="nofollow noopener noreferrer"&gt;https://flow.pluralsight.com/v3/customer/core/repos/?offset=0&lt;/A&gt;"&lt;/P&gt;
&lt;P&gt;my api data consists on more than 5000 records but the api gives only 100 records of out put so if i can loop the offset values continuously then i can get till the end of the page.&lt;/P&gt;
&lt;P&gt;the output of this api also gives the "&lt;STRONG&gt;next&lt;/STRONG&gt;" in which it contains the next page value.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:05:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-trestclient-in-a-loop/m-p/2228204#M19546</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use trestclient in a loop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-trestclient-in-a-loop/m-p/2228205#M19547</link>
      <description>&lt;P&gt;hi,&lt;/P&gt; 
&lt;P&gt;you may use something like that.&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 498px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9tS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132689i773A01826E71C059/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9tS.png" alt="0683p000009M9tS.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 10:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-trestclient-in-a-loop/m-p/2228205#M19547</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2020-03-04T10:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to use trestclient in a loop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-trestclient-in-a-loop/m-p/2228206#M19548</link>
      <description>&lt;P&gt;as i am new to talend could you explain briefly and what url to be put into trestclient_2&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 11:41:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-trestclient-in-a-loop/m-p/2228206#M19548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-04T11:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use trestclient in a loop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-trestclient-in-a-loop/m-p/2228207#M19549</link>
      <description>it's depend on your first return message and the pagination specification!&lt;BR /&gt;sorry&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Mar 2020 12:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-trestclient-in-a-loop/m-p/2228207#M19549</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2020-03-04T12:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to use trestclient in a loop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-trestclient-in-a-loop/m-p/2228208#M19550</link>
      <description>&lt;P&gt;Actually i am new to talend so please can you explain it briefly&lt;/P&gt;&lt;P&gt;because if i an giving the same url i it looping the same data multiple times&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 06:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-trestclient-in-a-loop/m-p/2228208#M19550</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-06T06:06:15Z</dc:date>
    </item>
  </channel>
</rss>

