Other users are not having problems. I have attached a sample CSV file in zip format (note, you must use an unzipped csv file). Please do not email me individually to debug your csv files. The csv files are processed using fgetcsv which is a standard routine.
fgetcsv($filehandle,4096,$delimiter,'"')
By definition in php5, the default escape character is \, I am forcing strings to be delimited with ".
Attachment users_test4a.zip not found