- Choose the column with the content you want to split
- Enter a delimiter which defines where to split the content. It can be a character, a string or a number.
- The module will split the column at every occurrence of the delimiter, producing however many new columns are needed to hold the split values.