Hi friends,
i have a flat list with many values. For an import in another system i need to create a id value, when two values match a rule. For example
Name, Streeet
Name1, Street1
Name 1, Street1
Name 1, Street1
All theese values should get a new column with an id. ID1 or so. Becuase its the same data.
For the next values i need to repeat theese step, so that i have in the end a list.
The matching rule is fix in this case.
Is there any way to do this with SSIS?
Thanks for your help.
Regards,
Sebastian