I have a Web site (PHP) that generates a CSV file (text/csv) with the following content:
ID;E-Mail_User;Name;Applikation;Rolle;Auftragsdatum;Administrator 522;user@domain;WXDUILAS;ABCD;XYZ;2009-03-04 05:00:09;user@domain
When I select OpenOffice to show the CSV file only an empty spread sheet is shown. No error is displayed. When I try to open the file with oocalc test.csv the same happens. I have tried different versions of OpenOffice.
What is wrong with the file? How can I get an error message out of OpenOffice?
Update:
It does not have anything to do with the use of semicolons. I have reduced the file to 4 charaters. A file with the contents ID;A opens the CSV import dialog. But a ID;E opens an empty sheet. Why?
Update 2:
The pattern id;E also works. ID;E must be some kind of magic code. Does anybody know the meaning?
ID;Aworks andID;Edoes not. – ceving May 17 '11 at 14:54