SSIS Derived column task string operations does not have a LEFT() function.
Use this in a Derived Column task in an SSIS Data Flow component, where one needs to get only the LEFT most characters in a string.
SSIS Derived column task string operations does not have a LEFT() function.
Use this in a Derived Column task in an SSIS Data Flow component, where one needs to get only the LEFT most characters in a string.
REVERSE(RIGHT(REVERSE(UPPER(TRIM([Column 0]))),[i]Required Length[/i]))