How to Upload files using Talend tREST?

ぃ、小莉子 提交于 2019-12-04 11:53:10

You can use the tFileFetch component that allows you to download files, however in its advanced settings you can enable the "upload files" which then uploads the files. As a bonus it does it in a multi-part http post.

See more: https://help.talend.com/display/TalendComponentsReferenceGuide61EN/tFileFetch

Bharat Khanna

In case if tFileFetch is not working for you, you can use tRest component to upload file to a rest api. An example is given here

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!