SSIS CSV file Unique identifier data type with Nulls -
i have flat file(csv) source. 1 of column has data type of unique identifier. values null or unique identifier.
ssis throws error on flat file source unique identifier. if change output string specific column works sql destination still accepts unique identifier errd on ole destination. incoming column string , destination unique identifier.
if leave column on source file unique identifier errors out @ flat file source.
tried use derived column null(dt_guid) null values on throughout target column.
way out?? if exists
Comments
Post a Comment