<?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 I need to iterate through a loop and call tRESTClient component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/I-need-to-iterate-through-a-loop-and-call-tRESTClient-component/m-p/2494240#M141545</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a tRESTClient component which I need to call using a tLoop component.&lt;/P&gt;
&lt;P&gt;The output from tRESTClient is a JSON string that I am using tReplicate component to extract two levels of the JSON string.&lt;/P&gt;
&lt;P&gt;I then use tJavaRow component to update the loop variables so it can call tRESTClient based on the new loop variables.&lt;/P&gt;
&lt;P&gt;The difficulty I am having is that I am not sure how I can connect the tLoop component to the tRESTClient component.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="himanshup_0-1732302670330.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174780iAC987C22DA5FA116/image-size/medium?v=v2&amp;amp;px=400" role="button" title="himanshup_0-1732302670330.png" alt="himanshup_0-1732302670330.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are on: Talend Studio version 8&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Nov 2024 19:12:46 GMT</pubDate>
    <dc:creator>himanshup</dc:creator>
    <dc:date>2024-11-22T19:12:46Z</dc:date>
    <item>
      <title>I need to iterate through a loop and call tRESTClient component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/I-need-to-iterate-through-a-loop-and-call-tRESTClient-component/m-p/2494240#M141545</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a tRESTClient component which I need to call using a tLoop component.&lt;/P&gt;
&lt;P&gt;The output from tRESTClient is a JSON string that I am using tReplicate component to extract two levels of the JSON string.&lt;/P&gt;
&lt;P&gt;I then use tJavaRow component to update the loop variables so it can call tRESTClient based on the new loop variables.&lt;/P&gt;
&lt;P&gt;The difficulty I am having is that I am not sure how I can connect the tLoop component to the tRESTClient component.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="himanshup_0-1732302670330.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174780iAC987C22DA5FA116/image-size/medium?v=v2&amp;amp;px=400" role="button" title="himanshup_0-1732302670330.png" alt="himanshup_0-1732302670330.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are on: Talend Studio version 8&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 19:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/I-need-to-iterate-through-a-loop-and-call-tRESTClient-component/m-p/2494240#M141545</guid>
      <dc:creator>himanshup</dc:creator>
      <dc:date>2024-11-22T19:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: I need to iterate through a loop and call tRESTClient component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/I-need-to-iterate-through-a-loop-and-call-tRESTClient-component/m-p/2494258#M141547</link>
      <description>&lt;P&gt;Hi Himanshu,&lt;/P&gt;
&lt;P&gt;Please connect the tloop to a tjava via iterate and then connect tjava to tRestcomponent via On Component Ok. Find the screen shot below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sonal_Reddy_18_0-1732310491717.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174787i3BFC8C5923A9C2F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sonal_Reddy_18_0-1732310491717.png" alt="Sonal_Reddy_18_0-1732310491717.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 21:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/I-need-to-iterate-through-a-loop-and-call-tRESTClient-component/m-p/2494258#M141547</guid>
      <dc:creator>Sonal_Reddy_18</dc:creator>
      <dc:date>2024-11-22T21:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: I need to iterate through a loop and call tRESTClient component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/I-need-to-iterate-through-a-loop-and-call-tRESTClient-component/m-p/2494259#M141548</link>
      <description>&lt;P&gt;some times we need to use place holder components like tJava as in above case to enable the iteration and also as show above it is recommended to use tHTTP client component over tRest client components&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 21:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/I-need-to-iterate-through-a-loop-and-call-tRESTClient-component/m-p/2494259#M141548</guid>
      <dc:creator>Madhav_Nalla</dc:creator>
      <dc:date>2024-11-22T21:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: I need to iterate through a loop and call tRESTClient component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/I-need-to-iterate-through-a-loop-and-call-tRESTClient-component/m-p/2494263#M141549</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;Your suggestion worked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 22:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/I-need-to-iterate-through-a-loop-and-call-tRESTClient-component/m-p/2494263#M141549</guid>
      <dc:creator>himanshup</dc:creator>
      <dc:date>2024-11-22T22:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: I need to iterate through a loop and call tRESTClient component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/I-need-to-iterate-through-a-loop-and-call-tRESTClient-component/m-p/2494264#M141550</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 22:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/I-need-to-iterate-through-a-loop-and-call-tRESTClient-component/m-p/2494264#M141550</guid>
      <dc:creator>himanshup</dc:creator>
      <dc:date>2024-11-22T22:07:05Z</dc:date>
    </item>
  </channel>
</rss>

