I have a script that parses a CSV file that is delimited by commas, with each field enclosed in a set of quotes. The script explodes each line by a comma, and strips the quotes from each field.
If a comma happens to appear within a field, it throws the whole thing off. What is the best way to handle this?