Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
bschwarz
Partner - Contributor II
Partner - Contributor II

How to get component tHTTPClient on Talend Studio 8 20260102_0846-patch ?

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 !

Labels (4)
1 Solution

Accepted Solutions
Rahul_Kale
Support
Support

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.

View solution in original post

2 Replies
Rahul_Kale
Support
Support

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.

bschwarz
Partner - Contributor II
Partner - Contributor II
Author

Great !

I didn't know the feature manager, and it obviously did the trick.

Many thanks !