Forum Discussion
Galat
6 years agoFrequent Visitor
How Clean Text Data
Hi, I need to pull all the single words out of the sentence. I mean I should have just been words without numbers or any other symbol! I use the following formula: Table.AddColumn (# "Changed Type...
- 6 years ago
Hi Galat,
I searched and found this:
Text.Select([name],{"a".."z","A".."Z","0".."9"," "})By the way, I found that on this thread:
Hope this helps!