When I try to open a space delimited file in excel, all the content opens in a single column. Is there a way to open space delimited file in excel so that delimited content is correctly formatted into different columns?
My scenario is that I have a file that needs a delimiter to be something like "" (an inverted command followed by a space), because my file format is as follows:
"First Name" "Gender" "Phone" "Tom Jones" "M" "123-123-1234"
source share