- Learning Informatica PowerCenter 10.x(Second Edition)
- Rahul Malewar
- 240字
- 2021-07-02 20:55:50
Ports in transformations
The transformations receive the data from the input ports and send the data out using the output ports. Variable ports temporarily store the value while processing the data.
Every transformation with a few exceptions has input and output ports as shown in the following screenshot:

Double-click on the transformation, and click on Ports to open the edit view to see the input, output, and variable ports:

You can disable or enable input or output ports based on the requirement. In our scenario, we need to use the values coming from input port and send it by the output port using concatenate by writing the function in the expression editor.
Create two new output ports for FULL_NAME after LAST_NAME and TOTAL_SALARY after FEB_SALARY. To add new ports, double-click on the expression transformation, click on Ports, and add two new output ports as shown in the following screenshot:

Make sure you define proper data type and size of the new ports added. As you can notice, we have disabled input ports of FULL_NAME and TOTAL_SALARY. Also, as you must have noticed, we have disabled the output ports of FIRST_NAME, LAST_NAME, JAN_SALARY, and FEB_SALARY as we do not wish to pass the data to output from those ports. This is as per the coding standards we follow in Informatica.
Once you disable the input port of FULL_NAME and TOTAL_SALARY, you will be able to write the function for the port.
- ClickHouse性能之巔:從架構(gòu)設(shè)計(jì)解讀性能之謎
- 人臉識(shí)別原理及算法:動(dòng)態(tài)人臉識(shí)別系統(tǒng)研究
- Python應(yīng)用輕松入門
- EPLAN實(shí)戰(zhàn)設(shè)計(jì)
- 劍指MySQL:架構(gòu)、調(diào)優(yōu)與運(yùn)維
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- PySide 6/PyQt 6快速開發(fā)與實(shí)戰(zhàn)
- C語言從入門到精通
- Getting Started with React Native
- 快速入門與進(jìn)階:Creo 4·0全實(shí)例精講
- 實(shí)戰(zhàn)Java高并發(fā)程序設(shè)計(jì)(第2版)
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- FPGA嵌入式項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Data Manipulation with R(Second Edition)
- C語言王者歸來