- Status Unconfirmed
- Percent Complete
- Task Type Bug Report
- Category Backend/Core
- Assigned To No-one
- Operating System All
- Severity Medium
- Priority Very Low
- Reported Version 1.0-rc
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Flyspray - The bug killer!
Opened by aducom - 02.02.2017
Last edited by peterdd - 12.03.2019
Opened by aducom - 02.02.2017
Last edited by peterdd - 12.03.2019
FS#2338 - Export tasks to csv has issues
You cannot select the fields for export to csv. This means that the commentfield (edit: you mean task description, right?) is always exported too. As this commentfield task description (?) could contain quotes, comma’s etc (like people inserting copies of emails on an issue) it corrupts the output file and the file cannot be read by excel.
Mmh, in current Flyspray version comments aren't exported when exporting a tasklist.
Are you really using the original BASEDIR/scripts/index.php ?
Flyspray csv export uses PHP fputcsv().
fputcsv() is buggy and a workaround is now merged into flyspray github master.
Could you please verify if your csvexports are ok now and read correctly by Excel?