- 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.
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- Visual C++程序設計教程
- Learning Cython Programming(Second Edition)
- Debian 7:System Administration Best Practices
- The Computer Vision Workshop
- C/C++常用算法手冊(第3版)
- Learning Python Design Patterns(Second Edition)
- Java項目實戰精編
- 軟件測試實用教程
- 微服務架構深度解析:原理、實踐與進階
- Python圖形化編程(微課版)
- Android項目實戰:手機安全衛士開發案例解析
- Mastering Web Application Development with AngularJS
- Java零基礎實戰
- 寫給程序員的Python教程