Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I also tried it but not giving output as desired. Simply i am reading data from xml file in which i have field Flag and value (Yes or No). I want to load Yes records to one target and No to another target. In tMap component i am giving simple codition like
row1.flag=="Yes" for one target
row1.flag=="No" to another target
But none of the target is populated. Eventhough I have kept filter expression Activated.
Pls help.