Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Thanks,
Chaitra CP
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/