Task 6: Adding Excel Source to the Data Flow
In this task, you add an Excel Source to the data flow to read supplier data from the source Excel file. The Excel Source extracts data from worksheets or ranges in Microsoft Excel workbooks. See Excel Source topic for more details.
Drag-drop Excel Source from Other Sources in SSIS Toolbox to the Data Flow tab.
Right-click on Excel Source in the Data Flow tab, and click Rename.
Type Read Supplier Data from Excel File and press ENTER.
Double-click Read Supplier Data from Excel File to launch the Excel Source Editor dialog box.
In the Excel Source Editor dialog box, click New to create an Excel connection.
In the Excel Connection Manager dialog box, click Browse, and then select the Suppliers.xls file in the EIM Tutorial folder. Confirm that Microsoft Excel 97-2003 is selected in the Excel Version box and then click OK.
In the Excel Source Editor dialog box, select IncomingSuppliers$ in the Name of the Excel sheet list box.
Click Preview to preview the data in Excel file.
Click OK to close the dialog box.
Drag-drop DQS Cleansing transform in Other Transforms on the SSIS Toolbox to the Data Flow tab under Read Supplier Data from Excel File. The DQS Cleansing transformation uses Data Quality Services (DQS) to correct data by applying approved rules in the knowledge base. This transform, at runtime, creates a DQS cleansing project on the DQS server. See DQS Cleansing Transformation topic for more details.