Split one column into several columns.

Parameters:
Columns to split:
Select the column whose values you want to split. (e.g., C1)
Delimiter:
Character or symbol used to split the content. Options include:
commasemi-colonspacehashtabline breakCreate a fixed number of columns:
Toggle ON to set a specific number of resulting columns regardless of the input's content.
1, 3)New columns names:
Select the naming pattern for generated columns:
original name split (same delimiter)original name + suffix + counter
_S → C1_S0, C1_S1, ...)Trim new columns:
Option to remove leading/trailing whitespace from each split part.
The Split action allows you to divide the content of a selected column into multiple new columns using a defined delimiter.
| C1 |
|---|
| a |
| b |
| c |
| d |
line break, Fixed Columns: 3, Suffix: _S
Trim new columns to ensure clean values without accidental spaces.null.original name + suffix + counter for better traceability when processing multiple columns.