End Of Field(other)
I have a file (essentially a text file but with .log as the extension). It is comma seperated. Contains both character and numeric data. Every now and then I get a ID number with a comma in it. This throws the columns off. looking at the data I see that all the values I want to seperaate actually have a space after the comma. I want to seperate the columns with something like this:
For( i =
...