Ran into a data source that only can export a comma-delimited file. Of course, the export has descriptions. Descriptions are wrapped in quotes. The descriptions have commas.
Am I stuck doing multiple parsing to separate the fields as they are intended or is there a CSV decode type of function that knows how to parse the fields wrapped in quotes and ignore the comma delimiter within the quotes?
Scott
Am I stuck doing multiple parsing to separate the fields as they are intended or is there a CSV decode type of function that knows how to parse the fields wrapped in quotes and ignore the comma delimiter within the quotes?
Scott
Comment