有什么方法可以连接到 Talend 的 1010 数据吗?

Is there any way using which I can connect to 1010 data from Talend?

我想使用 talend 连接到 1010 数据。但是在 talend 中没有为它预定义的组件。那么有没有别的办法呢?

是的,您可以使用 Talend Data Integration Studio 或 ESB 连接到 1010 数据。 1010 公开了一个 Web 服务 API(周围有很多文档,但你可以看到这个 link https://www2.1010data.com/documentationcenter/prod/XMLAPI/XMLAPI.pdf

Talend DI 包含 tREST_Cleint 和 tESBConsumer 组件用于此目的。它们可用于与几乎任何 REST 或 SOAP Web 服务进行交互 API。