Have a problem into a Data flow task, in SSIS.
In my current flow, I want to add some additional data, using a lookup object. If there is a match then to add the data based on the settings from the Lookup object and for no match to keep the process unchanged.
I set my lookup object to redirect the not matching records to No Match output and linked it to the existing flow (as I don't want to change the existing records, just to enhance with some additional data), but I don't know how link the Match output to the same flow.
If I was to use a TSql statement I've just used left join, but I just can't figure what other objects from SSIS to use, in order to have the existing flow unchanged, just to enhance it, when there's a match, with the new data.