Metadata Manager
- Metadata Manager 10.5
- All Products
<?xml version="1.0" encoding="UTF-8"?> <ruleSet name="Link custom objects to PowerCenter endpoints"> <sourceResource name="MyPowerCenterResource"/> <targetResource name="MyCustomResource"/> <rule name="Link custom columns to PowerCenter Source Qualifier or Lookup ports"> <sourceFilter> <endPoint connection="MyConnection" class="Source Qualifier Port|Lookup Transformation Port"/> </sourceFilter> <targetFilter> <element class="Library" > <element class="Table"> <element class="TableColumn"/> </element> </element> </targetFilter> <!--Link the specified endpoints and objects when the parent names and the object names match. --> <link condition="source.structName = target.parent.Name AND source.featureName = target.Name"/> </rule> </ruleSet>
<?xml version="1.0" encoding="UTF-8"?> <ruleSet name="Link custom objects to Informatica Platform endpoints"> <sourceResource name="MyInfaPlatformResource"/> <targetResource name="MyCustomResource"/> <rule name="Link custom columns to Informatica Platform relational or flat file data object columns."> <sourceFilter> <endPoint connection="MyConnection" class="Column"/> </sourceFilter> <targetFilter> <element class="Library" > <element class="Table"> <element class="TableColumn"/> </element> </element> </targetFilter> <!--Link the specified endpoints and objects when the parent names and the object names match. --> <link condition="source.structName = target.parent.Name AND source.featureName = target.Name"/> </rule> </ruleSet>