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