Menu

#113 Metrics download .csv extension incorrect

open
nobody
None
5
2010-07-16
2010-07-16
elmugrat
No

The extension of the downloaded metrics file "metrics.csv" is incorrect. .csv indicates a comma delineated file, but the metrics file is actually tab delimited. This causes Excel/OpenOffice.org Base and other spreadsheet apps to improperly parse the file.

Suggested fix:

Change extension on lines 68 and 69 of lib/Codestriker/Action/MetricsReport.pm from .csv to .tab.

Discussion


Log in to post a comment.