Page 1 of 1

How to convert Nullable field to Non-Nullable field.

Posted: Tue Jan 29, 2008 8:32 am
by prashanthgovindaraj
I need to convert a Nullable field to Non-Nullable field using a Modify Stage.

Kindly Suggest.

Posted: Tue Jan 29, 2008 10:33 am
by richdhan
Hi,

Search for handle_null.

HTH
--Rich

Posted: Tue Jan 29, 2008 10:52 pm
by prashanthgovindaraj
richdhan wrote:Hi,

Search for handle_null.

HTH
--Rich

Can u be more specific please? I'm unable to identify handle_null

Posted: Tue Jan 29, 2008 11:05 pm
by Maveric
handle_null can be used in modify stage to convert nulls to a value. Do a search here on "handle_null" for more information.