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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
ChaitraCP
Contributor
Contributor

Byte data to tRestClient component

Hi,

In tRest component we can able to pass Byte data. How can we achieve this with tRestClient component.

Im using Talend 6.3 version.

0695b00000UwndIAAR.png

Thanks,

Chaitra CP

Labels (3)
1 Reply
SamuelLenk
Contributor
Contributor

If your input data for HTTP Body is a String, you can convert it by using ((String)globalMap.get("KEY_NAME")).getBytes()

HTH! Kind regards, Samuel

https://talend-training.com/