- Separating duplicate and non-duplicate rows to separate tables.
Solution: This can be achivied through this way :
After SQ use Aggregator Transformation and add a port o_COUNT of variable type with valueas COUNT(ID), Select group by all ports.Take a Router Transformation drag all ports from Aggregator and create two groups with following conditions:Unique = o_COUNT=1Duplicate=o_COUNT>1Connect the respective groups to their targets.Video :
0 comments:
Post a Comment