- Learning Informatica PowerCenter 10.x(Second Edition)
- Rahul Malewar
- 159字
- 2021-07-02 20:55:51
Filter transformation
Filter transformation is used to remove unwanted records from the mapping. You define the filter condition in the filter transformation, based on which the records will be rejected or passed further in mapping.
A sample mapping showing the filter transformation is shown in the following screenshot:

The default condition in filter transformation is true. Based on the condition defined, if the record returns true, the filter transformation allows the record to pass. For each record that returns false, the filter transformation drops those records.
To add a filter transformation, double-click on the filter transformation, and click on the Properties tab as shown in the following screenshot:

Click on the button as shown in the preceding screenshot to open the expression editor to add the function for the filter condition. Add the required condition. We have used DEPARTMENT_ID=100 as the condition. This will allow records with DEPARTMENT_ID =100 to reach the target, rest all records will get filtered.

- Google Apps Script for Beginners
- Getting Started with React
- 簡單高效LATEX
- Java應(yīng)用開發(fā)與實踐
- 編寫高質(zhì)量代碼:改善Python程序的91個建議
- 算法訓(xùn)練營:提高篇(全彩版)
- SQL經(jīng)典實例(第2版)
- 數(shù)據(jù)結(jié)構(gòu)與算法分析(C++語言版)
- 軟件品質(zhì)之完美管理:實戰(zhàn)經(jīng)典
- Managing Microsoft Hybrid Clouds
- 單片機原理及應(yīng)用技術(shù)
- PHP 7 Programming Blueprints
- Java核心技術(shù)速學(xué)版(第3版)
- Swift iOS Programming for Kids
- Qt編程快速入門