- 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
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- 深入實踐Spring Boot
- 青少年美育趣味課堂:XMind思維導圖制作
- 編譯系統透視:圖解編譯原理
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- FFmpeg入門詳解:音視頻原理及應用
- Python第三方庫開發應用實戰
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- Apache Solr for Indexing Data
- Learning Dynamics NAV Patterns
- 流暢的Python
- .NET應用架構設計:原則、模式與實踐
- Java 開發從入門到精通
- AVR單片機C語言非常入門與視頻演練