There are 2 target tables T1 and T2. I would be needing all the unique records in T1 and one instance of the duplicate row in other even if it has more than 2 rows in the i/p database.
Why not do this with a simple query against your source DB, instead of trying to do this in Informatica ?