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

Creating Reusable Transformations

Creating Reusable Transformations

You can create a reusable transformation using the following methods:
  • Design it in the Transformation Developer.
    In the Transformation Developer, you can build new reusable transformations.
  • Promote a non-reusable transformation from the Mapping Designer.
    After you add a transformation to a mapping, you can promote it to the status of reusable transformation. The transformation designed in the mapping then becomes an instance of a reusable transformation maintained elsewhere in the repository.
If you promote a transformation to reusable status, you cannot demote it. However, you can create a non-reusable instance of it.
Sequence Generator transformations must be reusable in mapplets. You cannot demote reusable Sequence Generator transformations to non-reusable in a mapplet.
To create a reusable transformation:
  1. In the Designer, switch to the Transformation Developer.
  2. Click the button on the Transformation toolbar corresponding to the type of transformation you want to create.
  3. Drag within the workbook to create the transformation.
  4. Double-click the transformation title bar to open the dialog displaying its properties.
  5. Click the Rename button and enter a descriptive name for the transformation, and click OK.
  6. Click the Ports tab, then add any input and output ports you need for this transformation.
  7. Set the other properties of the transformation, and click OK.
    These properties vary according to the transformation you create. For example, if you create an Expression transformation, you need to enter an expression for one or more of the transformation output ports. If you create a Stored Procedure transformation, you need to identify the stored procedure to call.

0 COMMENTS

We’d like to hear from you!