A csv file I am trying to read with SAS has spaces between fields with double quotes.
example:
"ok","bad spaces ahead" ,"more data" _______________________^spaces^____________
How do I get SAS to read this correctly? Do I need to have the csv replaced?