Viewing 2 posts - 1 through 2 (of 2 total)
Don't think it was a "waist" (sic) of time at all. If you can guarantee in a multi-developer situation that nobody has tinkered with at DTS package on a live server,...
January 28, 2005 at 7:30 am
#539527
Are these columns really Null?
I would suggest:
function Main()
{
if (DTSSource("Col009") == "")
DTSDestination("CLO") = DTSSource("Col010");
}
else
DTSDestination("CLO") = DTSSource("Col009");
return(DTSTransformStat_OK);
June 10, 2004 at 7:05 am
#509835