<?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 build a REST service to get customer information in 2 different ways in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-build-a-REST-service-to-get-customer-information-in-2/m-p/2358556#M123562</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to both of you. I'm gonna take a look and check each track you gave.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;</description>
    <pubDate>Thu, 28 Sep 2017 09:23:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-28T09:23:55Z</dc:date>
    <item>
      <title>How to build a REST service to get customer information in 2 different ways</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-build-a-REST-service-to-get-customer-information-in-2/m-p/2358553#M123559</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I try to build a REST service to give the possibility to retrieve customer information in 2 ways with a single URI : by the customer id (integer) or by customer code (String). My first idea is to define a single endpoint as follow &lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sans titre.png" style="width: 550px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lqzz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141860iCB7A36DD04F2545C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lqzz.png" alt="0683p000009Lqzz.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sans titre1.png" style="width: 716px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LqtU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155957i44587079901821A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LqtU.png" alt="0683p000009LqtU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;But I don't know if I'm on the right way because from now I didn't find the means to divide my job depending on the given information code or id.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Many thanks for your help.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-build-a-REST-service-to-get-customer-information-in-2/m-p/2358553#M123559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to build a REST service to get customer information in 2 different ways</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-build-a-REST-service-to-get-customer-information-in-2/m-p/2358554#M123560</link>
      <description>&lt;P&gt;I am new to this aswell, I did some mapping of data gathered from a rest api using trestclient component -&amp;gt; tmap -&amp;gt; tfileoutputXML and then prepare a metada file out of this xml file generated and then point the required coloumns using a tmap and send the data to an excel file. Are you trying to do anything of this sort? please ignore if I am not answering what you are looking for. Thanks.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LquC"&gt;trest_api_client.JPG&lt;/A&gt;</description>
      <pubDate>Wed, 27 Sep 2017 22:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-build-a-REST-service-to-get-customer-information-in-2/m-p/2358554#M123560</guid>
      <dc:creator>Vinlogs</dc:creator>
      <dc:date>2017-09-27T22:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to build a REST service to get customer information in 2 different ways</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-build-a-REST-service-to-get-customer-information-in-2/m-p/2358555#M123561</link>
      <description>&lt;P&gt;Basically you need to set up two Output Flows. One for each. You are going to have to process the inputs differently anyway, so this actually makes it far more logical than trying to apply optional logic within one Output Flow.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You might like to take a look here (&lt;A href="https://help.talend.com/reader/jomWd_GKqAmTZviwG_oxHQ/53ZgjRgRIZBxKLOrSTD_CA" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/jomWd_GKqAmTZviwG_oxHQ/53ZgjRgRIZBxKLOrSTD_CA&lt;/A&gt;) for some more details on how you can use the tRestRquest.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 22:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-build-a-REST-service-to-get-customer-information-in-2/m-p/2358555#M123561</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-27T22:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to build a REST service to get customer information in 2 different ways</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-build-a-REST-service-to-get-customer-information-in-2/m-p/2358556#M123562</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to both of you. I'm gonna take a look and check each track you gave.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 09:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-build-a-REST-service-to-get-customer-information-in-2/m-p/2358556#M123562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-28T09:23:55Z</dc:date>
    </item>
  </channel>
</rss>

