InterviewSolution
Saved Bookmarks
| 1. |
What Do You Mean By Filter Transformation? |
|
Answer» It is a MEDIUM of filtering ROWS in a mapping. Data needs to be TRANSFORMED through filter transformation and then filter condition is applied. Filter transformation contains all ports of input/output, and the rows which MEET the condition can only pass through that filter. It is a medium of filtering rows in a mapping. Data needs to be transformed through filter transformation and then filter condition is applied. Filter transformation contains all ports of input/output, and the rows which meet the condition can only pass through that filter. |
|