I'm working on an SSIS package. Simply reading from an Excel --> Transform datatype --> Store it In OLDDB (SQLSERVER Table). Now, I have some nulls, and special cases which I want to filter. I'm thinking to use a "Conditional Split" any good suggestions please will be appreciated. This is 2012 SQL Server. Thanks.
-------------------------- Joins are what RDBMS's do for a living