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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jamesasu
Contributor II
Contributor II

Can you do a PATCH request using tRest component?

An API we are hoping to interface with using Talend Data Integration (and Talend Studio) requires us to use the HTTP Method PATCH. However, it appears that the `tRest` compoent only supports GET, POST, PUT and DELETE.

Is there a way to add PATCH to the possible methods to `tRest` or is there another component I should use to call this API?

Labels (2)
1 Solution

Accepted Solutions
quentin-vigne
Partner - Creator II
Partner - Creator II

This component is not shipped with your Talend Studio by default, you need to install it using the Feature Manager

 

I'm also using Data Integration and I'm using this component

 

- Quentin

View solution in original post

6 Replies
quentin-vigne
Partner - Creator II
Partner - Creator II

Hello @jamesasu 

To use a Patch request you should try using tRestClient component, it has the ability to use it.

https://help.qlik.com/talend/fr-FR/components/8.0/esb-rest/trestclient

 

- Quentin

jamesasu
Contributor II
Contributor II
Author

Thank you for your reply!

Unfortunately, it looks like tRestClient and tHTTPClient are only available in the ESB product. I only have Data Integration, not ESB, sadly.

quentin-vigne
Partner - Creator II
Partner - Creator II

This component is not shipped with your Talend Studio by default, you need to install it using the Feature Manager

 

I'm also using Data Integration and I'm using this component

 

- Quentin

marksouzacosta

marksouzacosta_0-1746536489124.png

 

Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com

jamesasu
Contributor II
Contributor II
Author

Thank you, I had no idea that was even available! 👏

jamesasu
Contributor II
Contributor II
Author

Thank you, that screenshot helped me find my way through 👏