Steps to Create a Pipeline Normalizer Transformation
Steps to Create a Pipeline Normalizer Transformation
When you create a pipeline Normalizer transformation, you define the columns on the Normalizer tab.
You can create a Normalizer transformation in the Transformation Developer or in the Mapping Designer.
To create a Normalizer transformation:
In the Transformation Developer or the Mapping Designer, click Transformation > Create. Select Normalizer transformation. Enter a name for the Normalizer transformation.
The naming convention for Normalizer transformations is NRM_
TransformationName
.
Click Create and click Done.
Open the Normalizer transformation and click the Normalizer tab.
Click Add to add a new column.
The Designer creates a new column with default attributes. You can change the name, datatype, precision, and scale.
To create a multiple-occurring column, enter the number of occurrences in the Occurs column.
To create a group of multiple-occurring columns, enter at least one of the columns on the Normalizer tab. Select the column. Click Level.
The Designer adds a NEWRECORD group level column above the selected column. NEWRECORD becomes Level 1. The selected column becomes Level 2. You can rename the NEWRECORD column.
All columns are the same level by default. The Level defines columns that are grouped together.
You can change the column level for other columns to add them to the same group. Select a column and click Level to change it to the same level as the column above it.
Columns in the same group must appear sequentially in the Normalizer tab.
Change the occurrence at the group level to make the group of columns multiple-occurring.
Click Apply to save the columns and create input and output ports.
The Designer creates the Normalizer transformation input and output ports. In addition, the Designer creates the generated key columns and a column ID for each multiple-occurring column or group of columns.
Select the Properties tab to change the tracing level or reset the generated key sequence numbers after the next session.