[_] CSV upload with PHP from a Mac
Oliver Humpage
oliver at watershed.co.uk
Fri Dec 8 16:59:57 GMT 2006
on 8/12/06 16:50, Jean-Paul Gorman at underscore at firecast.co.uk wrote: > I've got the system working well, however the client when testing is > updating the file using Excel on a Mac and they are consistantly > producing a CSV file that starts and ends each row with double quotes ". Might it be the difference between Office X and Office X.2004? I know in CSV each individual field can be double-quoted, but I've not heard of entire lines being enclosed. Are you sure he's exporting properly, and not just exporting an entire row as one csv field? Oliver.