- 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.
- Java程序設計實戰教程
- Practical UX Design
- Network Automation Cookbook
- WSO2 Developer’s Guide
- Windows Presentation Foundation Development Cookbook
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- 概率成形編碼調制技術理論及應用
- 實戰Java高并發程序設計(第3版)
- HTML5從入門到精通 (第2版)
- 劍指Java:核心原理與應用實踐
- Python程序設計與算法基礎教程(第2版)(微課版)
- Learning Hadoop 2
- 編寫高質量代碼:改善Objective-C程序的61個建議
- Moodle 3 Administration(Third Edition)
- CodeIgniter Web Application Blueprints