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:
White space consists of the following characters: tab, line feed, vertical tab, form feed, carriage return, and space (0x09 0x0D, 0x20), as well as their Unicode equivalents.
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
DataPumpTransformMidString Object