Hi @neilsja ,
I did some test for you.
Here is my datasource sample for your reference.
You may use merge join to add a new column like shown below.
After left outer join, you will get a column named as new code which have mapped the DEL Point.
Remember to add a Derived Column with the expression: ISNULL([New code]) ? [DEL POINT] : [New code]
And then you will get the column you want as you mentioned, you could transform the data to a file you want.
Here is a detailed SSIS Left Outer Join tutorial for your reference.
https://www.tutorialgateway.org/left-outer-join-in-ssis/
Regards,
Zoe
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hot issues October