bug in CSV report export
Brought to you by:
mteel
When I export to CSV format, lines look like:
#File Name,Files,Lines,AVG Len,Code,Comments,White SP,Cd/Cm+WS,Cd/Cm,Cd/WS,% Code,Cd/File,Cm/File,WS/File,
JavaWorkspace,287,81372,28,55386,14727,11921,2,08,3,76,4,65,0,68,192,51,41
So we can see the character ',' is used for both decimal values and CSV fields separators.
It would be better to use a more neutral character like ";" as field separator.