Hello,
i have a coloum with some text in it. the text is seperated by one or more character of e.g. .
How can i split this column in x new ones.
…sometext.sometext.sometext.sometext
.sometext.sometext.sometext
.sometext…sometext.
…sometext…
.sometext
Greetings
Thyme
2
The Cell Splitter does exactly that. Delimiters can be single characters or strings, but apparently not RegEx. Is that enough for you?
regex split.knwf (11.3 KB)
Hi @Thyme ,
thanks, i can use the cell splitter.
I thought there was a more elegant solution 
Greetings…