Data Transformation Services

Middle of String Transformation

The Middle of String transformation extracts a substring from the source column, transforms it, and copies the result to the destination column.

You specify the substring by providing a start position and a maximum number of characters to include. Consider the following:

You can further process the resulting substring by using:

If the final result is too large to fit in the destination column, it is truncated.

The Middle of String transformation fails if the source or destination columns are not of a string data type.

To perform a Middle of String transformation

Enterprise Manager

Enterprise Manager

See Also

DataPumpTransformMidString Object

Middle of String Transformation Properties

DTS Transformations