View Issue Details

IDProjectCategoryView StatusLast Update
0006312mantisbtcsvpublic2013-01-04 04:41
ReporterArno Slatius Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status acknowledgedResolutionopen 
Product Version1.0.0rc2 
Summary0006312: Localise (or make user-customisable) the separator used for CSV output
Description

The CSV export (csv_export.php) does not allways import correctly in Excel.
Depending on a setting in Windows (control panel -> Regional and Language options -> Customise -> List seperator). In many languages this is ',' but ';' is also often found.

Suggestion:
Make it possible to either select the list seperator prior to exporting the file or configure the list seperator in the language file. The first would have my personal preference.

TagsNo tags attached.

Activities

dhx

dhx

2009-06-27 13:45

reporter   ~0022293

Making this change would prevent us from calling this feature "CSV" (comma separated values). Instead we'd have to go for a more generic name such as "DSV" (delimiter separated values). This is still a valid feature request though.

atrol

atrol

2013-01-04 04:41

developer   ~0034694

Arno Slatius wrote:

Make it possible to either select the list seperator prior to exporting the file
This is not possible at the moment but there is a customization option $g_csv_separator = ','; for it.