sql server - Split function in SSIS Expression -
I got a column value as '035-7448-001-3854535' - in SSIS - data flow me Need to split
** Col1 Col2 Col3 ** 035 7448-001 3854535
This can be done using the script component.
Is there any way to deal with the derived column components
thanks
I'm sure you can do this and in combination, but I think a script component will eventually give a more readable, better document solution.
Comments
Post a Comment