Is there a way to split by space as a delimiter but only if the space falls between a number?
So you got some poorly formed excel that has all the data in one column an example I created this. Because if people have different or hyphenated names then that will throw it off so if we can get it to skip the word spaces altogether then it should always hold its columns.
So you got some poorly formed excel that has all the data in one column an example I created this. Because if people have different or hyphenated names then that will throw it off so if we can get it to skip the word spaces altogether then it should always hold its columns.
Code:
class nuname score1 score2 score3 score4
1 jon smith 43.69 86.20 15.08 41.40
2 bill van smith 70.56 86.87 6.90 88.77
3 tanya jones 50.75 42.05 31.16 95.18
4 ron le bron 36.18 29.95 47.45 8.87
5 jill jake 93.83 70.50 91.10 52.75
6 beth mott 60.68 98.70 3.07 28.23
7 abdul khan 92.57 73.48 84.97 32.88