heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
38 stars 16 forks source link

CSV import does not work correctly for data files containing only integer values #1671

Closed HeuristicLab-Trac-Bot closed 12 years ago

HeuristicLab-Trac-Bot commented 13 years ago

Issue migrated from trac ticket # 1671

milestone: HeuristicLab 3.3.6 | component: Problems.DataAnalysis | priority: medium | resolution: done

2011-11-08 10:09:32: @gkronber created the issue


The heuristic detection of the separator character in the CSV importer has a bug that occurs in this situation. As a result semi-colon (;) is used as separator and German number format is used to parse numbers. Instead a comma should be used as separator and English number format should be used to parse numbers.

HeuristicLab-Trac-Bot commented 13 years ago

2011-11-08 10:22:54: @gkronber changed status from new to accepted

HeuristicLab-Trac-Bot commented 13 years ago

2011-11-08 10:43:31: @gkronber commented


r6962: added unit tests for CSV files with integer values (as for example produced by Excel)

HeuristicLab-Trac-Bot commented 13 years ago

2011-11-08 11:01:44: @gkronber commented


r6963: implemented quick fix for CSV importer and improved the import data dialog.

HeuristicLab-Trac-Bot commented 13 years ago

2011-11-08 11:01:52: @gkronber changed status from accepted to reviewing

HeuristicLab-Trac-Bot commented 13 years ago

2011-11-08 11:01:52: @gkronber changed owner from gkronber to mkommend

HeuristicLab-Trac-Bot commented 13 years ago

2011-11-21 14:51:14: @mkommend changed status from reviewing to readytorelease

HeuristicLab-Trac-Bot commented 13 years ago

2011-11-21 14:51:14: @mkommend changed owner from mkommend to gkronber

HeuristicLab-Trac-Bot commented 12 years ago

2012-01-03 05:24:47: @s-wagner changed status from readytorelease to closed

HeuristicLab-Trac-Bot commented 12 years ago

2012-01-03 05:24:47: @s-wagner removed resolution