I have a text file with 5000+ entries.
the format is :"data - data - data - data - data"
I want to export it to excel & columize the seperate data fileds.
However the lenght of the data varies so I can not use the left() or Mid() functions.
I need a script that will read left to "-" where the # of spaces to the left of each "-" will change from line to line.
Any help is apreciated.....
the format is :"data - data - data - data - data"
I want to export it to excel & columize the seperate data fileds.
However the lenght of the data varies so I can not use the left() or Mid() functions.
I need a script that will read left to "-" where the # of spaces to the left of each "-" will change from line to line.
Any help is apreciated.....