Saved Bookmarks
| 1. |
Suppose You Are Filtering The Rows Using A Filter Transformation Only The Rows Meet The Condition Pass To The Target. Tell Me Where The Rows Will Go That Does Not Meet The Condition. |
|
Answer» Informatica FILTER transformation default value is 1 i.e. TRUE. If you place a break point on filter transformation and RUN the mapping in a DEBUGGER mode, you will find these values 1 or 0 for each row PASSING through filter. If you change 0 to 1, the particular row will be passed to next stage. Informatica filter transformation default value is 1 i.e. true. If you place a break point on filter transformation and run the mapping in a debugger mode, you will find these values 1 or 0 for each row passing through filter. If you change 0 to 1, the particular row will be passed to next stage. |
|