i am using flat files to transfer data from one db to another db using SSIS. to keep the null values as null in destination db. i selected "Retain null" of flatfilesource. but it also replaces my blank strings with nulls. which results into failure for the notnull columns.
any idea how to resolve this?