使用 Talend 从 MSSQL Table 更新 MySQL table

Update MySQL table from an MSSQL Table with Talend

我想使用从 Talend 中的 MSSQL table 检索到的值来更新 MySQL table。

我使用 MSSQL table 作为 tMSSqlUnput、tMap 和 MySQL table 作为 tMysqlOutput 但我无法更新建立连接查询并更新 table.

我该怎么办?

您可以在 tMysqlOutput 的模式中定义键,也可以将 select 操作定义为更新。这样 talend 将通过在更新 where 子句中使用键列生成更新语句...并在 mysql DB.

处处理它们

tMap 中的每一行都将执行此操作。

如果你想自己编写 sql 那么你应该使用 tMysqlRow..