Extract text

Creates an extract from each value in a text column starting from the specified position (start index), and with the specified length, and writes the result to a target column.

Searches the source column at the specified start index, using the specified length for the string,and displays it in the target column. Start index and length must be >= 0, otherwise an empty entry appears in the target column.

Topics

Parameters