I have extracted a dataset from a PDF which leaves everything in the first cell of each line. The data can easily be delimited the text to columns function using a space a space as the delimiter. However, in the middle of the dataset we have the company name, and then further numbers. When I delimit using a space, it splits the company name up also so the numbers become unaligned. Is it possible to use the regex tool to parse a word from a number to prevent this from happening? Example below. Thanks!
| 100 200 300 Alteryx 400 500 |
| 100 200 300 The Alteryx Community 400 500 |
| 100 200 300 Alteryx Resources 400 500 |