Table of Contents

Search

  1. Preface
  2. Mappings
  3. Mapplets
  4. Mapping Parameters
  5. Where to Assign Parameters
  6. Mapping Outputs
  7. Generate a Mapping from an SQL Query
  8. Dynamic Mappings
  9. How to Develop and Run a Dynamic Mapping
  10. Dynamic Mapping Use Cases
  11. Mapping Administration
  12. Export to PowerCenter
  13. Import From PowerCenter
  14. Performance Tuning
  15. Pushdown Optimization
  16. Partitioned Mappings
  17. 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!