Reputation: 1138
I am trying to retrieve a list of films from excel table and then in the lookup transformation find the missing genres in SQL table and add them. The result should be to add two new genres in SQL table which will automatically be given the id. Problem is that no match up lookup retrieves repeating genres.
Instead of adding just "software" and "the dark side" he add 3 time "software". Can i somehow do distinct in lookup?
Upvotes: 2
Views: 171
Reputation: 1138
As @MiguelH posted, using Sort "drop duplicate" facility solved my problem.
Upvotes: 1