SSIS:Business Coder Tutorial

From Melissa Data Wiki
Jump to navigation Jump to search

← SSIS:Data Quality Components

Business Coder Navigation
Overview
Tutorial
Advanced Configuration
Business Coder Tabs
Input
Pass-Through Columns
Output
Options
Output Filter
Result Codes
Result Codes



The following steps will guide you in the basic usage of Business Coder Component for SSIS.

Advanced Configuration

In the Business Coder Component, navigate to File > Advanced Configuration.

SSIS BC Advanced Cloud.png

Set up the Business Coder Advanced Configuration. See Advanced Configuration.


Add Component

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

SSIS BC 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 Business Coder Component by dragging the arrow from your data flow source to the Business Coder Component.

SSIS BC Tutorial Source.png


Configure Component

Double click the Business Coder Component to bring up the interface.

Input Tab

Map the input fields.

SSIS BC Input.png

Pass-Through Columns Tab

You may choose which columns to pass through to the data file and which columns to filter out.

SSIS BC PassThroughColumns.png

Output Tab

You can specify the output fields by checking the box next to your desired fields.

SSIS BC Output.png

Options Tab

You can specify if you want the Business Dominant Option here.

When checked, this option allows for returning the dominant business name and demographics for a particular site when the company information is missing or does not match.

SSIS BC Options.png

Output Filter Tab

You can specify the filter from the drop down or you can also create your own custom filter.

SSIS BC OutputFilter.png


Connect Output

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

SSIS BC 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.