Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to get access to a file in a sharepoint. I have seen a few threads covering that topic, amongst which, this one : How-to-download-a-file-from-sharepoint, in which a solution is provided using tFileFetch. As I check for the manual I realize, that tFileFetch and tFileHttpRequest are now deprecated, replaced with tHTTPClient... Unfortunately, I don't have that component in my studio (Version: 8 Build id: 20260102_0846-patch) ! tFileFetch and tFileHttpRequest are still accessible, hidden under project properties -> designer -> palette -> deprecated... But I'd like to build on solid ground and avoid deprecated components.
Can you please help me to get tHTTPClient.
Thanks in advance !
Hello bschwarz,
Thank you for reaching out to the Qlik community,
The tHTTPClient is available starting from Talend Studio 8.0.1 R2023‑05 (and later monthly updates). If you are on a 20260102_0846-patch and still cannot find the tHTTPClient component, you must install it via the Update Manager/Feature Manager.
Hello bschwarz,
Thank you for reaching out to the Qlik community,
The tHTTPClient is available starting from Talend Studio 8.0.1 R2023‑05 (and later monthly updates). If you are on a 20260102_0846-patch and still cannot find the tHTTPClient component, you must install it via the Update Manager/Feature Manager.
Great !
I didn't know the feature manager, and it obviously did the trick.
Many thanks !