Divide a column into other columns from the space between each word

I have this dt as shown in the picture, all the information are in one column, I would like to transform into 10 columns from the space between each word, could anyone help me?

@Beatriz First split the text with respect to Newline and from second line onwards split with respect to Space. you will get required results.

sorry I do not understand much of the subject could you show me an example?

@Beatriz Can you share sample file?

Sequence.xaml (5.4 KB)

@Beatriz Check below workflow once.

seq.xaml (17.5 KB)