split sentences into several new columns using space as a delimiter

Hello
I have a column with sentences and i would like to split the sentences into several new columns using space as a delimiter, can you please help
example below

Input column Output columns
Abc abc
Def ghi Def ghi
Jklm nomop klm Jklm nomop$ klm
% qrst u#v % qrst u#v

thank you

Use Cell Splitter node.

what should i enter on the “delimiter” in order to use space as separation method?
i tried “”, () , and it left empty but it did not worksplitter

1 Like

Just put a space in there.

image

3 Likes

It worked
Thank you very much

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.