|
Description
Contrary to other postings, it IS possible to use parameter values that contain commas, and still designate the data file as comma-delimited.
Solution
I've read a few postings in the Discussion Forum and New Knowledge Base regarding the disallowed use of commas within comma-delimited data files. Solutions relate to changing the column delimiter to Tab or Space, which is not necessary if you simply wrap the comma inside quotation marks.
As an example, the following would still be considered only three columns of parameter data:
Name,Date,Address
Craven"," Jason,April 9"," 2002,Washington"," DC |
|