Hello all,
I'm working on a word cloud of common issues so have 30,000 or so descriptions of user issues.
It was easy enough to split into single words with a \s delimiter on the text to columns but I'd now like to split every two words (if easy enough I'd like to do every 3 words and so on).
Is there a way to do this with the default text to column tool ? I've tried \s(.*)\s as my delimiter but no luck.
Thanks,