I am reading in a raw data file that is delimited by commas and quotes around text fields. My data looks like:
"Smith",30,90,100,120,130,140,150,160,"Philadelphia"
Most of the fields in the raw data file are not needed and I would like to SKIP the unused fields when...