today we found, that there's are two (maybe three) issues with CSV export
1. The format of the begin time is wrong. E.g. begin time of 17:35 is exported as 17::3
2. if the description field contains carriage returns, they are exported but should be stripped. A CRs in a CSV causes a new record.
3. Maybe it's a problem of timetracker. German Umlauts are not exported correctly. See example Rückfahrt should be Rückfahrt.
CSV export example:
- Code: Select all
2012-04-10,"Huber Sebastian","BDE-Client","Anfahrtszeit","17::3","18:00","0.50","Rückfahrt"
2012-04-11,"Belsinger Martin","BDE-Client","Projektleitung","9::00","10:00","1.00","Besprechung mit Kunden"
The CR issue is not shown in the example.
The environement
Server:
Apache/2.2.9 (Debian)
PHP 5.2.6-1+lenny16
mysql Ver 14.12 Distrib 5.0.51a
locale LANG=de_DE.UTF-8