Hi,

I have tex data in one column. It represents strings of POS tags assigned to each word in coherent sentences, e.g.:

nv
j
pp
n1
n2
v

n1
pp
n2
v


The strings are separated by one-cell space and are of variable length as they represent real sentences from n actual text.

How to transpose these strings from a column into multiple rows so that a sentence string goes into a row at a time?
My knowledge is limited to the simplest use of the transpose function which does not work for it transposes the entire column into one row only.
Thanks,
G