Talend中的组件将文件上传到返回200以外代码的服务器
在Talend数据集成中,我需要上传一个文件(带有multipart / form-data)到http服务器。 响应中的服务器返回200以外的http代码 - 例如201创建 , 202接受 。
我试图使用tFileFetch,但该组件只接受代码为200的响应。
在Talend中是否有文件上传过程中的任何组件可以处理200以外的http状态码?
我通过编写自定义组件解决了我的问题。 我从tFileFetch中复制源代码 ,然后修改它以满足我的要求。
我遵循以下教程:http://www.talendbyexample.com/talend-custom-component-writing-overview.html
链接地址: http://www.djcxy.com/p/22189.html上一篇: Component in Talend to upload a file to server that returns code other than 200