dbTalk Databases Forums  

Data pump task

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Data pump task in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
RayAll
 
Posts: n/a

Default Data pump task - 03-02-2005 , 05:33 PM






Hi All,

I'd like to use Data pump task to transfer my source (CSV file) to the
Destination(Table) ,but I'd like during the transformation if any of columns
is null ,the last column of the row which is a falg to be set.How I could
achieve this.

Thanks



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Data pump task - 03-03-2005 , 12:46 AM






You will, I believe, have to test the column like this

If ISNULL(DTSSource("Col00X")) THEN
'Do something here
End IF



"RayAll" <RayAll (AT) microsft (DOT) com> wrote


Quote:
Hi All,

I'd like to use Data pump task to transfer my source (CSV file) to the
Destination(Table) ,but I'd like during the transformation if any of columns
is null ,the last column of the row which is a falg to be set.How I could
achieve this.

Thanks


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.