0
votes
3answers
71 views
How can I split out individual column values from each line in a text file?
I have lines in an ASCII text file that I need to parse.
The columns are separated by a variable number of spaces, for instance:
column1 column2 column3
How wo …
