- Learning Informatica PowerCenter 10.x(Second Edition)
- Rahul Malewar
- 269字
- 2021-07-02 20:55:51
Router transformation
Router transformation is a single input and multiple output group transformation. Router can be used in place of multiple filter transformations. Router transformation accepts the data once through the input group, and based on the output groups you define, it sends the data to multiple output ports. You need to define the filter condition in each output group.
A mapping using router transformation where we wish to load all the records from LOCATION as INDIA in one target records from UK in another target, and all other non-matching records in the third target is indicated in the following screenshot:

When you drag the columns to the router, the router transformation creates an input group with only input ports and no output port. To add the output groups, click on the Groups tab, and add two new groups. Mention the name of each group under the group name, and define the filter condition for each group. Click on OK to get the output groups created in router transformation:

When you add the group, a default group gets created automatically. All non-matching records from the other groups will pass through the default group if you connect the default group output ports to the target.
When you pass the records to router transformation through the input group, the router transformation checks the records based on the Filter condition you define in each output group. For each record matching, the condition passes further. For each record that fails, the condition is passed to the default group.
As you can understand now, router transformation is used in place of multiple Filter transformations.
- 自己動手寫搜索引擎
- Python自動化運維快速入門(第2版)
- C++面向對象程序設計(微課版)
- JavaScript語言精髓與編程實踐(第3版)
- 編程珠璣(續)
- Android 9 Development Cookbook(Third Edition)
- PyTorch Artificial Intelligence Fundamentals
- Mastering matplotlib
- Web全棧工程師的自我修養
- 利用Python進行數據分析
- uni-app跨平臺開發與應用從入門到實踐
- Pandas 1.x Cookbook
- Raspberry Pi Robotic Projects
- 計算思維與Python編程
- Learning Gerrit Code Review