I'm trying to import a CSV dataset using (the wizard in) SAS Enterprise Guide. It provides me with 2 options: 1) Text format as delimited fields or 2) Fixed columns
However, I have a dataset which consists of data with 2 delimiters(text between " and ,), and also a carriage return after each line of data. This means I can't make use of the wizard. However, due to the nature of the formats (double delimiter + carriage return), I'm wondering how to read this using 'regular' code.
Please find an example file (which I would like to import) here: https://www.briandunning.com/sample-data/us-500.zip.
Thank you in advance for your help!