10-30-2009, 01:20 AM
|
#1 (permalink)
|
|
The Acquainted
Join Date: Apr 2008
Posts: 110
Thanks: 97
|
Importing comma-delimited csv file, containing commas
I'm working on learning how a particular script works. The script imports a comma-delimited text file, and outputs the contents to an HTML table.
The file contains a name field, i.e., "Doe, John" (with comma).
The CSV files are comma-delimited, so I cannot use another character for the delimiter.
Is there a solution to this?
Thanks,
Dave
|
|
|
|