Table of Contents

Search

  1. Preface
  2. Mappings
  3. Mapplets
  4. Mapping Parameters
  5. Mapping Outputs
  6. Generate a Mapping from an SQL Query
  7. Dynamic Mappings
  8. How to Develop and Run a Dynamic Mapping
  9. Dynamic Mapping Use Cases
  10. Mapping Administration
  11. Export to PowerCenter
  12. Import From PowerCenter
  13. Performance Tuning
  14. Pushdown Optimization
  15. Partitioned Mappings
  16. Developer Tool Naming Conventions

Developer Mapping Guide

Developer Mapping Guide

Mapplet Export

Mapplet Export

When you export a mapplet or you export a mapping as a mapplet, the export process creates objects in the mapplet. The export process also renames some mapplet objects.
The export process might create the following mapplet objects in the export XML file:
Expression transformations
The export process creates an Expression transformation immediately downstream from each Input transformation and immediately upstream from each Output transformation in a mapplet. The export process names the Expression transformations as follows:
Expr_<InputOrOutputTransformationName>
The Expression transformations contain pass-through ports.
Output transformations
If you export a mapplet and convert targets to Output transformations, the export process creates an Output transformation for each target. The export process names the Output transformations as follows:
<MappletInstanceName>_<TargetName>
The export process renames the following mapplet objects in the export XML file:
Mapplet Input and Output transformations
The export process names mapplet Input and Output transformations as follows:
<TransformationName>_<InputOrOutputGroupName>
Mapplet ports
The export process renames mapplet ports as follows:
<PortName>_<GroupName>

0 COMMENTS

We’d like to hear from you!