[Phpmyadmin-devel] csv data always enclosed

Marc Delisle DelislMa at CollegeSherbrooke.qc.ca
Wed Sep 5 05:52:02 CEST 2001


Hi,


In 2.2.0 and cvs, even if we remove the double-quote for "Fields enclosed by", all fields in CSV
data are enclosed by double-quotes.

in get_table_csv, from lib.inc.php3 v1.89:
 
      if (empty($enc_by) || $what == 'excel') {
            $enc_by     = '"';
        }

Is there a reason to force the double-quotes?  

Marc




More information about the Developers mailing list