Cell Splitter Based on Maximum String Length

This component allows to slipt a given column of type string into as many columns as required based on a maximum number of characters per substring. It has the advantage of preserving the integrity of words and pontuation marks so sentences are only split at space positions between words.

Input Ports

Icon
A table containing at least one column of type string.

Output Ports

Icon
The input table with as many as extra columns needed to split the strings into smaller strings based on a chosen maximum length.

Nodes

Extensions

Links