<?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 recover data source after tRESTClient in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-recover-data-source-after-tRESTClient/m-p/2289932#M63265</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I need your help. I have a job simple with tRESTClient. I have a source file with&amp;nbsp;columns ID, Address, Zip code and Town. I also have&amp;nbsp;the module tRESTClient with input parameters Address, Zip code and Town and output parameters latitude and longitude.&amp;nbsp;My problem is that I need the&amp;nbsp;ID of the source file to match the data in the database.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="usetRESTClient.png" style="width: 833px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyHm.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131333iFE89F3C410D24BDE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyHm.png" alt="0683p000009LyHm.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;I tried using tHashOutput and tHashInput but I get number rows * number rows of file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is there any way to pass the ID data through the module to match the output data well?&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Any help would be greatly appreciated.&amp;nbsp; Thanks!!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jun 2018 08:44:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-14T08:44:25Z</dc:date>
    <item>
      <title>how to recover data source after tRESTClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-recover-data-source-after-tRESTClient/m-p/2289932#M63265</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I need your help. I have a job simple with tRESTClient. I have a source file with&amp;nbsp;columns ID, Address, Zip code and Town. I also have&amp;nbsp;the module tRESTClient with input parameters Address, Zip code and Town and output parameters latitude and longitude.&amp;nbsp;My problem is that I need the&amp;nbsp;ID of the source file to match the data in the database.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="usetRESTClient.png" style="width: 833px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyHm.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131333iFE89F3C410D24BDE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyHm.png" alt="0683p000009LyHm.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;I tried using tHashOutput and tHashInput but I get number rows * number rows of file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is there any way to pass the ID data through the module to match the output data well?&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Any help would be greatly appreciated.&amp;nbsp; Thanks!!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 08:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-recover-data-source-after-tRESTClient/m-p/2289932#M63265</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-14T08:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to recover data source after tRESTClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-recover-data-source-after-tRESTClient/m-p/2289933#M63266</link>
      <description>&lt;P&gt;looking at he code you may use row1.xxx data after tRestClient.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 08:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-recover-data-source-after-tRESTClient/m-p/2289933#M63266</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-14T08:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to recover data source after tRESTClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-recover-data-source-after-tRESTClient/m-p/2289934#M63267</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOUdAAO"&gt;@dsoulalioux&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;you can do so with the help of context variable. Also no need to use any other component.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 09:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-recover-data-source-after-tRESTClient/m-p/2289934#M63267</guid>
      <dc:creator>aashish_21nov</dc:creator>
      <dc:date>2018-06-14T09:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to recover data source after tRESTClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-recover-data-source-after-tRESTClient/m-p/2289935#M63268</link>
      <description>I do not know where I can use row1.xxx can you give me a clue?</description>
      <pubDate>Thu, 14 Jun 2018 13:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-recover-data-source-after-tRESTClient/m-p/2289935#M63268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-14T13:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to recover data source after tRESTClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-recover-data-source-after-tRESTClient/m-p/2289936#M63269</link>
      <description>&lt;P&gt;insert tMap on the green Line add an output field feed it with the name of row1 data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;row1.MyData&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 13:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-recover-data-source-after-tRESTClient/m-p/2289936#M63269</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-14T13:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to recover data source after tRESTClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-recover-data-source-after-tRESTClient/m-p/2289937#M63270</link>
      <description>Thanks!! Fdenis and Aashish.&lt;BR /&gt;Muchisimas gracias</description>
      <pubDate>Thu, 14 Jun 2018 14:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-recover-data-source-after-tRESTClient/m-p/2289937#M63270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-14T14:21:48Z</dc:date>
    </item>
  </channel>
</rss>

