SSIS:Contact Verify Tutorial: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{SSISContactVerifyNav}} | |||
{ | |||
{ | |||
Revision as of 00:02, 10 November 2015
← SSIS:Data Quality Components
Contact Verify Navigation | |||||||
---|---|---|---|---|---|---|---|
Overview | |||||||
Tutorial | |||||||
| |||||||
| |||||||
|
The following steps will guide you in the basic usage of Contact Verfiy Component for SSIS.
Advanced Configuration
In the Contact Verfiy Component, navigate to File > Advanced Configuration.
Set up the Contact Verfiy Advanced Configuration. Select which Processing Mode you will use. See Advanced Configuration.
Add Component
To add Contact Verfiy Component to your project, drag the component onto the Data Flow screen. This will snap the Contact Verfiy Component into your workflow space.
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 Contact Verfiy Component by dragging the arrow from your data flow source to the Contact Verfiy Component.
Configure Component
Double click the Contact Verfiy Component to bring up the interface.
Name Tab
Map the input and output fields for the Name tab.
Address Tab
Select the existing field names using the dropdown box or create new ones. You can also set Additional Input Columns and Additional Output Columns.
GeoCode Tab
Select the Source of Input Address radio button option. You can also set Additional Output Columns.
Phone/Email Tab
Select the existing field names using the dropdown box or create new ones. You can also set Additional Input Columns and Additional Output Columns.
Pass-Through Columns Tab
Click on get fields. You may choose which columns to pass through to the data file and which columns to filter out.
Output Filter Tab
You can specify the filter from the drop down or you can also create your own custom filter.
Connect Output
Add data destinations for downstream output. Connect the respective output filter pin to the output destination.
Save Settings
Click File and select Save Selected Items to save the project
Run Project
Now, the project is ready to run.