You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

HI Everyone,
I need your kindly help. I'm a fresh for the talend tool. I just start to try to use this tool from yesterday, and do not understand why the reject does not work as expected, please help, maybe I do misunderstand the reject function? please help.
One simple flow, tMSSqlInput ---> tMSSqlOutput, one field in schema of tMSSqlInput allows null but does not allow null in schema of tMSSqlOutput, i guess that if has records which the field is null, the records of the field with null value should be output through the reject ... but does not work ...
Row reject of tMSSqlOutput ....
thank you.
Last edited by PETER_LG (2012-04-27 08:08:38)
Offline

Hi
Sorry. My fault.
According to your description, I think tFilterRow is more useful for checking null rows.
The reject of tMSSQLOutput will send error rows(e.g. Data truncate error). But for un-checking 'nullable', it doesn't return error.
Regards,
Pedro
Offline
Pages: 1