Book Image

Microsoft SQL Server 2014 Business Intelligence Development Beginner's Guide

By : Abolfazl Radgoudarzi, Reza Rad
Book Image

Microsoft SQL Server 2014 Business Intelligence Development Beginner's Guide

By: Abolfazl Radgoudarzi, Reza Rad

Overview of this book

Table of Contents (19 chapters)
Microsoft SQL Server 2014 Business Intelligence Development Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Time for action – the DQS cleansing component in SSIS


In this example, we will create an SSIS project and get some customer information from an Excel file and apply the Address KB rules on the information with the DQS cleansing component and check the result. For this example, we only show results in a data viewer in SSIS, but in real-world scenarios, you might need to export the results into a destination or use them as the source of another transformation. Perform the following steps to create a cleansing component:

  1. Open SSDT, create a new Integration Service project, and name it Chapter 05 Data Quality Services.

  2. Create a Data Flow task and then go to the Data Flow tab.

  3. Create an Excel source, connect it to the KB Parsing.xlsx file, set the first row as header, preview data, and close this component.

  4. Drag-and-drop a DQS cleansing component from the SSIS toolbox under the Excel source and connect the data path from the Excel source to this component.

  5. In the DQS Cleansing Transformation editor...