SSIS:Contact Verify Tutorial: Difference between revisions
Created page with "← SSIS Reference {| class="mw-collapsible" cellspacing="2" style="background-color:#f9f9f9; border:1px solid #aaaaaa; font-size:9pt; color:#0645ad; pa..." |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{SSISContactVerifyNav}} | |||
{ | |||
{ | |||
{{CustomTOC}} | {{CustomTOC}} | ||
The following steps will guide you in the basic usage of Contact | The following steps will guide you in the basic usage of Contact Verify Component for SSIS. | ||
==Advanced Configuration== | ==Advanced Configuration== | ||
In the Contact | In the Contact Verify Component, navigate to File > Advanced Configuration. | ||
[[File: | [[File:SSIS_CV_Advanced.png|link=]] | ||
Set up the Contact | Set up the Contact Verify Advanced Configuration. Select which Processing Mode you will use. See [[SSIS:Contact Verify:Advanced Configuration|Advanced Configuration]]. | ||
==Add Component== | ==Add Component== | ||
To add Contact | To add Contact Verify Component to your project, drag the component onto the Data Flow screen. This will snap the Contact Verify Component into your workflow space. | ||
[[File:SSIS_CV_Tutorial_Component.png|link=]] | [[File:SSIS_CV_Tutorial_Component.png|link=]] | ||
Line 73: | Line 21: | ||
==Connect Input== | ==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 | 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 Verify Component by dragging the arrow from your data flow source to the Contact Verify Component. | ||
[[File:SSIS_CV_Tutorial_Source.png|link=]] | [[File:SSIS_CV_Tutorial_Source.png|link=]] | ||
Line 79: | Line 27: | ||
==Configure Component== | ==Configure Component== | ||
Double click the Contact | Double click the Contact Verify Component to bring up the interface. | ||
===Name Tab=== | ===Name Tab=== |
Latest revision as of 22:46, 9 May 2016
← SSIS:Data Quality Components
Contact Verify Navigation | |||||||
---|---|---|---|---|---|---|---|
Overview | |||||||
Tutorial | |||||||
| |||||||
| |||||||
|
The following steps will guide you in the basic usage of Contact Verify Component for SSIS.
Advanced Configuration
In the Contact Verify Component, navigate to File > Advanced Configuration.
Set up the Contact Verify Advanced Configuration. Select which Processing Mode you will use. See Advanced Configuration.
Add Component
To add Contact Verify Component to your project, drag the component onto the Data Flow screen. This will snap the Contact Verify 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 Verify Component by dragging the arrow from your data flow source to the Contact Verify Component.
Configure Component
Double click the Contact Verify 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.