I have a data matrix extracted from a forum. I have two special columns: (1) Commentary ID and (2) Comments.
I need to separate each individual word of the comments in individual columns.
The result I would like to have would be a first column with the ID and as many columns as words in the comment.
Is there any method or function to achieve this?
Thank you in advance.
Kind regards, J.