- Open the DimProduct_Incomplete if not done and go into the data flow task (dft_DimProduct_ups).
- Add a lookup transform after the der_NULLColumns and rename it lkp_DimProduct_productid.
- Double-click on it to open the Lookup Transformation Editor.
- On the General tab, change how to handle rows with no matching entry to redirect rows to no matching output.
- On the Connection tab, select Use result of SQL query and paste the following query in the textbox:
SELECT [IDProduct] , [ProductName] , [EnglishDescription] , [FrenchDescription] , [Color] , [Size] , [Weight] , [StandardCost] , [ListPrice] , [ModelName] , [Category] , [SubCategory] , [LoadExecutionId] FROM [DW].[DimProduct];
- On the Columns tab, select all the columns except ...