Table of Contents

Search

  1. Preface
  2. Working with Transformations
  3. Aggregator Transformation
  4. Custom Transformation
  5. Custom Transformation Functions
  6. Data Masking Transformation
  7. Data Masking Examples
  8. Expression Transformation
  9. External Procedure Transformation
  10. Filter Transformation
  11. HTTP Transformation
  12. Identity Resolution Transformation
  13. Java Transformation
  14. Java Transformation API Reference
  15. Java Expressions
  16. Java Transformation Example
  17. Joiner Transformation
  18. Lookup Transformation
  19. Lookup Caches
  20. Dynamic Lookup Cache
  21. Normalizer Transformation
  22. Rank Transformation
  23. Router Transformation
  24. Sequence Generator Transformation
  25. Sorter Transformation
  26. Source Qualifier Transformation
  27. SQL Transformation
  28. Using the SQL Transformation in a Mapping
  29. Stored Procedure Transformation
  30. Transaction Control Transformation
  31. Union Transformation
  32. Unstructured Data Transformation
  33. Update Strategy Transformation
  34. XML Transformations

Transformation Guide

Transformation Guide

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:
  1. 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
    .
  2. Click Create and click Done.
  3. Open the Normalizer transformation and click the Normalizer tab.
  4. 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.
  5. To create a multiple-occurring column, enter the number of occurrences in the Occurs column.
  6. 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.
  7. 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.
  8. Change the occurrence at the group level to make the group of columns multiple-occurring.
  9. 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.
  10. Select the Properties tab to change the tracing level or reset the generated key sequence numbers after the next session.

0 COMMENTS

We’d like to hear from you!