Anamika
SSCertifiable
Points: 6202
More actions
January 26, 2009 at 4:39 am
#199069
Hi,
how to identify a excel numeric column is empty or not using SSIS 2008?
Thanks,
Regards
Viji
mamsay
Say Hey Kid
Points: 701
January 26, 2009 at 11:03 pm
#933000
using isnull function
January 27, 2009 at 8:30 pm
#933600
ISNULL function works for character.
numeric fields which is blank are not thrown into error output.
thanks,
regards
viji
John McC
Hall of Fame
Points: 3410
January 29, 2009 at 4:25 am
#934506
LEN(field)>0
-------------------------------------------------------------------------Normal chaos will be resumed as soon as possible. :crazy:
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply