i am extracting data from flat file to OLE DB SQL table on daily basis. Generally flat file has 15 columns. it's loading perfectly fine. in between one of the column got deleted in the source file still ssis not failed and inserted all the records
without throwing the error or stop the process. Now i would like to add some validation before dataflow to validate flatfile columns with meta data columns. Please advise the steps in detail. Target table columns defined as nvarchar(4000) for all columns as
it's staging.
↧