Page 2 of 2

Posted: Mon Sep 29, 2008 2:59 am
by jpram
Since you are extracting from database,check if that column is null in database.
If it is not null and in your transformer,you specify null as true,it will throw the warning.In such cases,in the input stage of transformer,keep it null=false and in the output stage use If ISNULL then'somethin' else input and make it nulllable true.