Talend 中的增量模式
Incremental mode in Talend
我的数据库中有 2 个 table-: Office -
and office_import :
办公室table由office_importtable根据office_name使用增量模式提供。
字段END_date office table 当前为 NULL,但我需要从 office table 中检查 office_name 在 office_import table 中不存在,然后 [=25] =] 需要用当前日期更新,否则它只能保持 NULL。
我创建了如下作业,但作业持续执行了 3 个多小时,然后我得到 I/O 超时错误。
I have used the below script to feed the END_Date -
请帮忙
在 tMap 中,表 row2 和 row3 之间没有任何连接键:您只有交叉连接。
将 "Office_name" 从 row2 拖放到 row3.Import_office_name 以获得正确的左连接。 (您会在两个表之间看到紫色 link,表示连接)
我的数据库中有 2 个 table-: Office -
and office_import :
办公室table由office_importtable根据office_name使用增量模式提供。
字段END_date office table 当前为 NULL,但我需要从 office table 中检查 office_name 在 office_import table 中不存在,然后 [=25] =] 需要用当前日期更新,否则它只能保持 NULL。
我创建了如下作业,但作业持续执行了 3 个多小时,然后我得到 I/O 超时错误。
I have used the below script to feed the END_Date -
请帮忙
在 tMap 中,表 row2 和 row3 之间没有任何连接键:您只有交叉连接。 将 "Office_name" 从 row2 拖放到 row3.Import_office_name 以获得正确的左连接。 (您会在两个表之间看到紫色 link,表示连接)