My Situation:
I have an Employee field which I am getting through a SharePoint list. The current value I am getting is this:
EmployeeID;Employee Firstname Employee Lastname
Say for example:
43;Stacky Stackerflow
What I Need is either the ID alone without the ;
or the First and Lastname,
but I have no way of telling if the ID is gonna be 1, 2 or 3 Digits Long or in anyway tell how big the Names are gonna be.
Is there a way to cut these using any of the Tools in SSIS ? If so how ? And if not, is there another way?