Technical Article

LEFT equivalent in SSIS Derived Column Task

,

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]))

Rate

1 (4)

You rated this post out of 5. Change rating

Share

Share

Rate

1 (4)

You rated this post out of 5. Change rating