Thursday, October 11, 2012

Replace blanks with NULL values

Replace blanks with NULL values
 Derived Column Transform in the Data Flow:
TRIM(ColumnName)=="" ? (DT_STR, 4, 1252)NULL(DT_STR, 4, 1252) : ColumnName

No comments:

Post a Comment