SSIS:Fuzzy Match Tutorial

From Melissa Data Wiki
Jump to navigation Jump to search

← SSIS:Data Quality Components

Fuzzy Match Navigation
Overview
Tutorial
Advanced Configuration
On-Premise
Fuzzy Match Tabs
Matches
Advanced Options
Source Pass-Through Columns
Compare Pass-Through Columns
Matching Algorithms
Result Codes
Result Codes



The following steps will guide you in the basic usage of Fuzzy Match for SSIS.

Advanced Configuration

In the Fuzzy Match Component, navigate to File > Advanced Configuration.

SSIS FM Advanced OnPremise.png

Set up the Fuzzy Match Advanced Configuration. See Advanced Configuration.


Add Component

To add Fuzzy Match Component to your project, drag the component onto the Data Flow screen. This will snap the Fuzzy Match Component into your workflow space.

SSIS FM Tutorial Component.png


Connect Input

Select a data flow source to be your input data. Many formats can be used as Sources, including Excel files, flat files or Access Input data sources. Connect this data source to the Fuzzy Match Component by dragging the arrow from your data flow source to the Fuzzy Match Component.

SSIS FM Tutorial Source.png


Configure Component

Double click the Fuzzy Match Component to bring up the interface.

Matches Tab

Choose a source, compare, and match algorithm for the columns you want to match.

SSIS FM Matches.png

Advanced Options Tab

Select any advanced options for the Fuzzy Match Component.

SSIS FM AdvancedOptions.png

Source Pass-Through Columns Tab

Select any source columns to pass-through.

SSIS FM SourcePassThrough.png

Compare Pass-Through Columns Tab

Select any compare columns to pass-through.

SSIS FM ComparePassThrough.png


Connect Output

Add data destinations for downstream output. Connect the respective output filter pin to the output destination.

SSIS FM Tutorial Output.png


Save Settings

Click File and select Save Selected Items to save the project

SSIS Tutorial Save.png


Run Project

Now, the project is ready to run.