<?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: Multiple tRestClient, then tMap and lookup in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Multiple-tRestClient-then-tMap-and-lookup/m-p/2212940#M10392</link>
    <description>&lt;P&gt;Nice work!&lt;/P&gt;</description>
    <pubDate>Thu, 01 Nov 2018 22:54:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-01T22:54:34Z</dc:date>
    <item>
      <title>Multiple tRestClient, then tMap and lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-tRestClient-then-tMap-and-lookup/m-p/2212932#M10384</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;i'm trying to make a job that starts with a first tRESTClient1 that return a list of IDs...&lt;/P&gt; 
&lt;P&gt;with those&amp;nbsp;IDs, i have to call 2 other REST services...&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;then i'm trying to merge the restult of those 2 other&amp;nbsp;&lt;SPAN&gt;tRESTClients with a tMap ... without calling the first one 2 times.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;i've tried to split the first rest result with a tMap or a tReplicate but it's prevent me to lookup...&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;how can i do ?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2018_10_30_16_44_27_Greenshot.png" style="width: 758px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0lj.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128601iED0E23BFF5409CBB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0lj.png" alt="0683p000009M0lj.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 15:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-tRestClient-then-tMap-and-lookup/m-p/2212932#M10384</guid>
      <dc:creator>iztoogood</dc:creator>
      <dc:date>2018-10-30T15:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple tRestClient, then tMap and lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-tRestClient-then-tMap-and-lookup/m-p/2212933#M10385</link>
      <description>use tflowToIterate .&lt;BR /&gt;tRESTClient1 -- tflowToIterate --iterate-- tRESTClient_2 (using globalMap value who have been set into tFolwToIterate).&lt;BR /&gt;you may want to add an tIterateToFlow before printing.&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Oct 2018 16:10:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-tRestClient-then-tMap-and-lookup/m-p/2212933#M10385</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-10-30T16:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple tRestClient, then tMap and lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-tRestClient-then-tMap-and-lookup/m-p/2212934#M10386</link>
      <description>&lt;P&gt;I think I understand what you need. If my understanding is correct all you need to do is this....&lt;/P&gt;
&lt;P&gt;1) Connect your main tRestClient to the tMap first (making it your main row).&lt;/P&gt;
&lt;P&gt;2) Connect the other two tRestClients afterwards (as lookup rows).&lt;/P&gt;
&lt;P&gt;3) Open your tMap and set the "Lookup Model" for both your lookups to be "Reload at each row". This will reveal a section to create a set a globalMap variable. You can link your input data here and set a value from your main row. This globalMap is set for every row sent in and can be used by the lookup sources which will fire after the globalMap has been set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take a look here:&amp;nbsp;&lt;A href="https://help.talend.com/reader/wDRBNUuxk629sNcI0dNYaA/mxzKD~8eLuNFSXH6LMi7qg" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/wDRBNUuxk629sNcI0dNYaA/mxzKD~8eLuNFSXH6LMi7qg&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 16:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-tRestClient-then-tMap-and-lookup/m-p/2212934#M10386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-30T16:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple tRestClient, then tMap and lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-tRestClient-then-tMap-and-lookup/m-p/2212935#M10387</link>
      <description>&lt;P&gt;thank's a lot for your help...&lt;/P&gt;
&lt;P&gt;i'll try to find examples and doc arround &lt;SPAN&gt;tflowToIterate&amp;nbsp;...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;because just done like monkey... i have a "interdiction to plug flag" when tring to link to TRestClient 1 or 2...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 16:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-tRestClient-then-tMap-and-lookup/m-p/2212935#M10387</guid>
      <dc:creator>iztoogood</dc:creator>
      <dc:date>2018-10-30T16:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple tRestClient, then tMap and lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-tRestClient-then-tMap-and-lookup/m-p/2212936#M10388</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;rhall_2_0&amp;nbsp;for your help,&lt;/P&gt; 
&lt;P&gt;i'm not sure to have well understoud your explainations...&lt;/P&gt; 
&lt;P&gt;the thing to have in mind is that ...&lt;/P&gt; 
&lt;P&gt;the 2 next restCLient depend on the result of the first.... i need to first run the first restClient, that return a list of id, that allow me next to build urls for the 2 other rest resquests...&lt;/P&gt; 
&lt;P&gt;so i don't think&amp;nbsp; plugin all 3 rest Client in a single tmap will allow me to have the result waited....&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;i will pratice a little bit arround flow to iterate to flow etc as suggest by fdenis&amp;nbsp;...&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 16:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-tRestClient-then-tMap-and-lookup/m-p/2212936#M10388</guid>
      <dc:creator>iztoogood</dc:creator>
      <dc:date>2018-10-30T16:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple tRestClient, then tMap and lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-tRestClient-then-tMap-and-lookup/m-p/2212937#M10389</link>
      <description>&lt;P&gt;Your list of values will come back in a single response from your source tRestClient. So you will need to split these up into multiple rows. You will need to give an example of how these values are returned in order to help you split them up (are they JSON or XML basically).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But once you have split the values up, you can indeed do what I was suggesting. The "Reload at each row" will allow you to build your URL where the globalMap value is set and you can use that globalMap value as your URL. "Reload at each row" ,means the tRestClient components will fire for every input row of your Main source.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 16:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-tRestClient-then-tMap-and-lookup/m-p/2212937#M10389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-30T16:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple tRestClient, then tMap and lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-tRestClient-then-tMap-and-lookup/m-p/2212938#M10390</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Thanks a lot rhall_2_0 ! you were right !&lt;/P&gt; 
&lt;P&gt;i manage to do what i needed !!&lt;/P&gt; 
&lt;P&gt;i just now have to totally rebuild my job... because my previous version is absolutly not reusable &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;thanks a lot&lt;/P&gt; 
&lt;P&gt;see you to my next problem &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt; 
&lt;DIV class="lia-message-author-rank lia-component-author-rank"&gt;
  &amp;nbsp; 
&lt;/DIV&gt;</description>
      <pubDate>Thu, 01 Nov 2018 07:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-tRestClient-then-tMap-and-lookup/m-p/2212938#M10390</guid>
      <dc:creator>iztoogood</dc:creator>
      <dc:date>2018-11-01T07:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple tRestClient, then tMap and lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-tRestClient-then-tMap-and-lookup/m-p/2212939#M10391</link>
      <description>&lt;P&gt;as illustration for others (and for me later)&lt;/P&gt; 
&lt;P&gt;look like a s&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;paghetti dish &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2018_11_01_21_58_01_Talend_Open_Studio_for_Data_Integration_tMap_tMap_1.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0gk.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157822i282FBB5E883911CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0gk.png" alt="0683p000009M0gk.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 21:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-tRestClient-then-tMap-and-lookup/m-p/2212939#M10391</guid>
      <dc:creator>iztoogood</dc:creator>
      <dc:date>2018-11-01T21:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple tRestClient, then tMap and lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-tRestClient-then-tMap-and-lookup/m-p/2212940#M10392</link>
      <description>&lt;P&gt;Nice work!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 22:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-tRestClient-then-tMap-and-lookup/m-p/2212940#M10392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-01T22:54:34Z</dc:date>
    </item>
  </channel>
</rss>

