- 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.

- CentOS 7 Server Deployment Cookbook
- Visual Basic程序設(shè)計(jì)教程
- Mastering Ext JS
- 零基礎(chǔ)輕松學(xué)SQL Server 2016
- Apache Mahout Clustering Designs
- Learning DHTMLX Suite UI
- AutoCAD 2009實(shí)訓(xùn)指導(dǎo)
- Spring+Spring MVC+MyBatis從零開(kāi)始學(xué)
- 軟件測(cè)試綜合技術(shù)
- 區(qū)塊鏈項(xiàng)目開(kāi)發(fā)指南
- JavaScript+jQuery網(wǎng)頁(yè)特效設(shè)計(jì)任務(wù)驅(qū)動(dòng)教程
- Mastering Elixir
- 分布式數(shù)據(jù)庫(kù)原理、架構(gòu)與實(shí)踐
- MyBatis 3源碼深度解析
- 算法設(shè)計(jì)與分析:基于C++編程語(yǔ)言的描述