Hi I need to know in my mapping i have to do a specific validation for incoming flat file.
Flat file structure is as follows
col1 col2 db cr
1 2 10.00 0.00
2 5 0.00 20.00
3 4 10.00 0.00
I need to check the sum of Db and Sum of CR , and send a corresponding Err T or False to the next transformation , I m looking into expression basically , please let me know how as to i can return from active trfn to passive trfn , isthere a better solution to this
Thnaks
PM
Flat file structure is as follows
col1 col2 db cr
1 2 10.00 0.00
2 5 0.00 20.00
3 4 10.00 0.00
I need to check the sum of Db and Sum of CR , and send a corresponding Err T or False to the next transformation , I m looking into expression basically , please let me know how as to i can return from active trfn to passive trfn , isthere a better solution to this
Thnaks
PM