<?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 Retrieving picture from a tRestClient in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-picture-from-a-tRestClient/m-p/2299679#M71995</link>
    <description>&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue and after a long search, I haven't find a way to solve it, so I'm asking !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to develop a batch Integration job. Our HR team is using Talentsoft tool, and I have to generate a weekly email in which I have to embedded picture of each employee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The REST webservice provided by Talentsoft is a basis GET REST one with bearer token authentication. The answer has a Content-Type image/jpeg (a call to this webservice with a simple postman only show the picture as body result). I have made many different tries, but I do not find a way to manage this picture returned in Talend, neither to embedded it into an email body, nor to generate a picture file on disk I could have encoded in base64 later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone knows how to handle this kind of Concent-Type with a tRESTClient ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Documentation about the API used is here : &lt;A href="https://ems.talent-soft.com/api/documentation/#!/EmployeePhoto/get_api_v1_directory_employees_id_photo_namingMethod" target="_blank"&gt;https://ems.talent-soft.com/api/documentation/#!/EmployeePhoto/get_api_v1_directory_employees_id_photo_namingMethod&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:18:29 GMT</pubDate>
    <dc:creator>fbt</dc:creator>
    <dc:date>2024-11-16T01:18:29Z</dc:date>
    <item>
      <title>Retrieving picture from a tRestClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-picture-from-a-tRestClient/m-p/2299679#M71995</link>
      <description>&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue and after a long search, I haven't find a way to solve it, so I'm asking !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to develop a batch Integration job. Our HR team is using Talentsoft tool, and I have to generate a weekly email in which I have to embedded picture of each employee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The REST webservice provided by Talentsoft is a basis GET REST one with bearer token authentication. The answer has a Content-Type image/jpeg (a call to this webservice with a simple postman only show the picture as body result). I have made many different tries, but I do not find a way to manage this picture returned in Talend, neither to embedded it into an email body, nor to generate a picture file on disk I could have encoded in base64 later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone knows how to handle this kind of Concent-Type with a tRESTClient ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Documentation about the API used is here : &lt;A href="https://ems.talent-soft.com/api/documentation/#!/EmployeePhoto/get_api_v1_directory_employees_id_photo_namingMethod" target="_blank"&gt;https://ems.talent-soft.com/api/documentation/#!/EmployeePhoto/get_api_v1_directory_employees_id_photo_namingMethod&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-picture-from-a-tRestClient/m-p/2299679#M71995</guid>
      <dc:creator>fbt</dc:creator>
      <dc:date>2024-11-16T01:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving picture from a tRestClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-picture-from-a-tRestClient/m-p/2299680#M71996</link>
      <description>&lt;P&gt;I'm not able to test it, but maybe tFileFetch component will help ?&lt;/P&gt;&lt;P&gt;Are you getting any valid response ? How does it looks like ? Is it byte array ?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 19:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-picture-from-a-tRestClient/m-p/2299680#M71996</guid>
      <dc:creator>pakapi_</dc:creator>
      <dc:date>2020-10-13T19:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving picture from a tRestClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-picture-from-a-tRestClient/m-p/2299681#M71997</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answer. TFileFetch does'nt fit, as I don't get the picture url in the API response, but the picture itself. I have a valid response and something that's looking like a picture file content in the string response field, but event if I push it into a file, it's not a valid picture file.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 06:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-picture-from-a-tRestClient/m-p/2299681#M71997</guid>
      <dc:creator>fbt</dc:creator>
      <dc:date>2020-10-14T06:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving picture from a tRestClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-picture-from-a-tRestClient/m-p/2299682#M71998</link>
      <description>&lt;P&gt;I think you should convert your response to image. Please read about "bytes to pictures in Java". Maybe this is a solution. &lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 06:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-picture-from-a-tRestClient/m-p/2299682#M71998</guid>
      <dc:creator>pakapi_</dc:creator>
      <dc:date>2020-10-14T06:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving picture from a tRestClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-picture-from-a-tRestClient/m-p/2299683#M71999</link>
      <description>&lt;P&gt;@Fabien Burnet​&amp;nbsp;@Kamil Kowalczyk​&amp;nbsp;I want to download image from sharepoint. I have tried with tFileFatch &amp;amp; able to download .jpeg but when I'm trying to open it then its showing me error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Error:- It appears that we don't support this file format&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 11:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-picture-from-a-tRestClient/m-p/2299683#M71999</guid>
      <dc:creator>Jmiles1658991691</dc:creator>
      <dc:date>2022-08-08T11:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving picture from a tRestClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-picture-from-a-tRestClient/m-p/2299684#M72000</link>
      <description>&lt;P&gt;@Juanita miles​&amp;nbsp;maybe your source file is broken ? &lt;/P&gt;&lt;P&gt;Try to upload a valid file to sharepoint, and then try to download and open it.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 11:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-picture-from-a-tRestClient/m-p/2299684#M72000</guid>
      <dc:creator>pakapi_</dc:creator>
      <dc:date>2022-08-08T11:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving picture from a tRestClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-picture-from-a-tRestClient/m-p/2299685#M72001</link>
      <description>&lt;P&gt;@Kamil Kowalczyk​&amp;nbsp;I'm able to open this image in browser with same URL&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 12:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-picture-from-a-tRestClient/m-p/2299685#M72001</guid>
      <dc:creator>Jmiles1658991691</dc:creator>
      <dc:date>2022-08-08T12:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving picture from a tRestClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-picture-from-a-tRestClient/m-p/2299686#M72002</link>
      <description>&lt;P&gt;Meybe this article will be helpful: https://community.talend.com/s/question/0D53p00007vCkqHCAS/sharepoint-file-download-using-tfilefetch-or-thttprequest&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 12:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-picture-from-a-tRestClient/m-p/2299686#M72002</guid>
      <dc:creator>pakapi_</dc:creator>
      <dc:date>2022-08-08T12:14:35Z</dc:date>
    </item>
  </channel>
</rss>

