INFORMATICA4BEGINNERS.BLOGSPOT.COM

Wednesday, 17 February 2016

1.Filter Transformation

 Filter is a active connected transformation it is applicable only for one condition i.e we can apply only one condition using filter,it is nothing but where in sql
It consists of 


Ports:-Input port,output port
Properties:-Filter Condition
 Scenario:-
  srce:emp
  tgt:emp_tgt
Requirement: need to load only deptno=10 values into target table 




  
After that create workflow and generate it  the o/p should be displayed as :

 


No comments:

Post a Comment