You are here:
Split Transformation: Break Up Column Values
Split a string in a text column into two values by specifying a delimiter. To split column values into more than two parts, add multiple instances of the split transformation. For instance, you can use three split transformations to split an address into street address, city, state, and ZIP code.
- In a transform node, select the text column in the Preview tab.
- In the transform toolbar, click the Split button (
). - Select the delimiter.
- Enter the column labels for both new columns.
- Click Apply.Tip To remove the original unsplit column, add the drop columns transformation after the split transformation.
- To view the canvas, click the Collapse button (
). - Save the data transform.

