Hi, I have one column coming from a source. This column (columnX) has 5 comma separated values (all together). I want to split this column into 5 columns using Script Task.
Has anyone done this before? I reviewed the code posted in this thread (http://social.msdn.microsoft.com/Forums/sqlserver/en-US/2eb394d0-2cd8-4402-9bb4-14a03ccc4460/split-flat-file-column-data-into-multiple-columns-using-ssis) but not quiet getting it. Anyone know how to do this in C#?
Thank you
edit, this is what I am trying.