I have a package which will export data from a table into flat file destination. In another server the exported text file will import into a table. What actually my problem is , the package should export and import NULL as NULL and empty string as empty string.
I know we have a option in flat file source " Retain null values from the source as null values in the data flow". But it will change all the empty strings into null values.
Can anyone please suggest me to achieve this in better way.