Hi all,
I have an ssis package which loads data from flat file to a table in sql server. I want to validate the flat file data before running the data loading ssis package. Can anyone suggest me to validate my data on the flat file.
Eg:1.To check whether data is present on the flat file.
2.To check there is no null value in the key column.