PowerCenter
- PowerCenter 10.4.0
- All Products
Parameter or String | Description |
---|---|
Starting Port: ITEM_NAME Ending Port: <blank> | Starting port named ITEM_NAME links to an ending port ITEM_NAME. |
Starting Port: ITEM_NAME Ending Port: PRODUCT_NAME | Starting port named ITEM_NAME links to an ending port PRODUCT_NAME. |
Starting Port: ITEM,CODE Ending Port: <blank> | Starting port named ITEM links to an ending port named ITEM. Starting port named CODE links to an ending port named CODE. |
Starting Port: ITEM,CODE Ending Port: ITEM_DESC,ITEM_ID | Starting port named ITEM links to an ending port named ITEM_DESC. Starting port named CODE links to an ending port named ITEM_ID. |
Starting Port: $PORT_NAME$ Ending Port: <blank> | Starting port with a name that matches the value of the $PORT_NAME$ parameter links to the ending port with the same name. You must provide the parameter value in the mapping template parameter file. The parameter value can include a comma-separated list of port names. Examples of parameter values:
Starting port named PORT1 links to an ending port named PORT1.
Starting port named PORT1 links to an ending port named PORT1. Starting port named PORT2 links to an ending port named PORT2. |
Starting Port: $PORT_NAME$ Ending Port: $PORT_NAME$ | Starting port with a name that matches the value of the $PORT_NAME$ parameter links to the ending port with the same name. You must provide the parameter value in the mapping template parameter file. |
Starting Port: $PORT_NAME$ Ending Port: IN_$PORT_NAME$ | Starting port with a name that matches the value of the $PORT_NAME$ parameter links to the ending port with the same name prefixed by IN_ For example, you set the parameter value in the parameter:
Starting port named ITEM_NAME links to an ending port named IN_ITEM_NAME. |
Starting Port: $START_PORT$ Ending Port: $END_PORT$ | Starting port with a name that matches the value of the $START_PORT$ parameter links to the ending port with a name that matches the value of the $END_PORT$ parameter. You must provide the parameter value in the mapping template parameter file. The parameter value can include a comma-separated list of port names. Examples of parameter values:
Starting port named ITEM_NAME links to an ending port named PRODUCT_NAME.
Starting port named port1 links to an ending PORT1 named PORTA. The starting port named PORT2 links to an ending port named PORTB. |
Named:<StartingPortName|ParameterName> (TO) <EndingPortName|ParameterName>