This component is used for aggregating mulitple rows of text columns inside an SSIS component. It allows you define keys, which act as a ‘Group By’ clause and concatenates rows in the data flow with identical keys.
This SSIS component has been open-sourced and is available at the CodePlex page for AggregateText.
Related posts: