I'm looking to parse a csv file that I read in with webrequest. SOme of the fields have commas in them so it is not sufficient to split the data with a comma delimiter.
The fields with commas in them are surrounded by quotes. The others are not. How can I read these values in?
The fields with commas in them are surrounded by quotes. The others are not. How can I read these values in?