I got the column values as "035-7448-001-3854535" In the SSIS data stream, I need to split this into three different components:
**Col1 Col2 Col3** 035 7448-001 3854535
this can be done using the script component.
Is there a way to handle this in the Derived Column component
thanks
source share