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

Popular posts from this blog

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -