Difference between revisions of "SSIS:Fuzzy Match Tutorial"

From Melissa Data Wiki
Jump to navigation Jump to search
(Created page with "← SSIS Reference {| class="mw-collapsible" cellspacing="2" style="background-color:#f9f9f9; border:1px solid #aaaaaa; font-size:9pt; color:#0645ad; pa...")
 
 
Line 1: Line 1:
[[SSIS:Reference|← SSIS Reference]]
{{SSISFuzzyMatchNav}}
 
{| class="mw-collapsible" cellspacing="2" style="background-color:#f9f9f9; border:1px solid #aaaaaa; font-size:9pt; color:#0645ad; padding:8px 8px;"
! style="text-align:left; color:black; border-bottom:1px solid #aaaaaa;"|'''Fuzzy Match Navigation'''
|-
| style="padding-right:220px;"|
|-
|[[SSIS:Fuzzy Match|Overview]]
|-
|[[SSIS:Fuzzy Match Tutorial|Tutorial]]
|-
|
{| class="mw-collapsible mw-collapsed" style="width:100%;"
|- align="left"
! style="color:black;"|[[SSIS:Fuzzy Match:Advanced Configuration|Advanced Configuration]]
|-
|[[SSIS:Fuzzy Match:Advanced Configuration#On-Premise|On-Premise]]
|}
|-
|
{| class="mw-collapsible mw-collapsed" style="width:100%;"
|- align="left"
! style="color:black;"|Fuzzy Match Tabs
|-
|[[SSIS:Fuzzy Match:Matches|Matches]]
|-
|[[SSIS:Fuzzy Match:Advanced Options|Advanced Options]]
|-
|[[SSIS:Fuzzy Match:Source Pass-Through Columns|Source Pass-Through Columns]]
|-
|[[SSIS:Fuzzy Match:Compare Pass-Through Columns|Compare Pass-Through Columns]]
|}
|-
|
{| class="mw-collapsible mw-collapsed" style="width:100%;"
|- align="left"
! style="color:black;"|[[SSIS:Fuzzy Match:Result Codes|Result Codes]]
|-
|[[Returned Result Codes:Enterprise Solutions#Data Quality Components for SSIS|Returned Result Codes]]
|-
|[[Result Codes]]
|}
|}





Latest revision as of 00:06, 14 November 2015

← 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.