SSIS:Property Tutorial

From Melissa Data Wiki
Jump to navigation Jump to search

← SSIS:Data Quality Components

Property Navigation
Overview
Tutorial
Advanced Configuration
Melissa Data Cloud
Property Tabs
Input
Pass-Through Columns
Output
Property Codes
Output Filter
Result Codes
Result Codes



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

Advanced Configuration

In the Property Component, navigate to File > Advanced Configuration.

SSIS PY Advanced Cloud.png

Set up the Property Advanced Configuration. See Advanced Configuration.


Add Component

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

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

SSIS PY Tutorial Source.png


Configure Component

Double click the Property Component to bring up the interface.

Input Tab

Map the input fields.

SSIS PY Input.png

Pass-Through Columns Tab

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

SSIS PY PassThrough.png

Output Tab

You can specify which groups or columns you want to be output.

SSIS PY Output.png

Output Filter Tab

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

SSIS PY OutputFilter.png


Connect Output

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

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