Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this task, you add the Conditional Split Transform to the data flow. This transform helps you filter duplicates from the incoming record set. The Fuzzy Group transform groups the records that it finds to be matches and picks one of the records as a pivot record. All the records in a group have the same _key_out value. The pivot record in the group has _key_in same as the _key_out value. The other records in the group have different values for _key_in and _key_out. Therefore, when you filter using the condition _key_in==_key_out, you only get the pivot row in the group.
Drag-drop Conditional Split Transform from Common section in the SSIS Toolbox to the Data Flow tab.
Right-click Conditional Split Transform in the Data Flow tab, and click Rename. Type Filter Duplicates and press ENTER.
Connect Group Suppliers with Matching IDs to Filter Duplicates.
Double-click Filter Duplicates to launch the Conditional Split Transform Editor dialog box.
Expand Columns in the top-left pane.
Drag-drop _key_in to the Condition column.
Type == (equals to) next to _key_in and drag-drop _key_out.
Click Case 1 in the Output Name column, type Unique Records, and press ENTER.
.jpg)
Click OK to close the Conditional Split Transformation Editor dialog box.
Next Step
Task 12: Adding Derived Column Transform to Add Columns Required by MDS