0

in my case, i have an expression transformation which uses the default function ERROR('transformation') to skip the records in which date value coming inside is not in the correct format. In this, the skipped rows are not written to the reject files, so that we are getting the reconcilation problem. I need the skipped rows to be written to the bad files.Please help me how can i achieve this.

4

2 回答 2

2

Update Strategy转换放入映射并将这些行标记为拒绝(使用DD_REJECT常量)。

更多信息:更新策略转换

于 2013-10-05T16:59:30.027 回答
1

那么,不要使用 abort() 函数。然后使用路由器将格式错误的日期写入不同的目标。

于 2013-10-10T20:03:21.730 回答