Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5.1
-
Fix Version/s: 1.6.0
-
Component/s: Zend_Translate
-
Labels:None
Description
The CSV file format is specified in RFC 4180 "Common Format and MIME Type for CSV Files". ( http://tools.ietf.org/html/rfc4180 )
This format specifies that to use the separator character in values, the values must be surrounded by double quotes (double quotes in the value must be included by doubling the double-quote character). However, the Zend_Translate CSV adapter is not compatible with such files.
As a result, CSV files edited with Excel are not compatible with the CSV adapter, severely decreasing its applicability.
The CSV adapter was never intended to be RFCxxx compilant so this is not a bug but a feature enhancement.
Also RFC's are no standards, they are informational drafts which will lead to a standard. Until now such a standard has not been defined.