Free cookie consent management tool by TermsFeed Policy Generator

Opened 11 years ago

Last modified 8 years ago

#2071 closed enhancement

Refactor TableFileParser — at Version 2

Reported by: abeham Owned by: gkronber
Priority: medium Milestone: HeuristicLab 3.3.14
Component: Problems.Instances Version: 3.3.8
Keywords: Cc:

Description (last modified by gkronber)

Currently, the table file parser uses a heuristic to determine the separator character which works for many cases of CSV files but fails for some files. Recently, we improved the dialog for the CSV import to allow specification of the separator character, so the heuristic is not needed anymore.

Additionally the table file parser is implemented very sloppily and from time to time bugs appear that are hard to track down, additionally the performance of the importer is not ideal.

These issues should be resolved by refactoring or better rewriting the table file parser.

Change History (2)

comment:1 Changed 11 years ago by gkronber

  • Milestone changed from HeuristicLab 3.3.9 to HeuristicLab 3.3.x Backlog

comment:2 Changed 11 years ago by gkronber

  • Description modified (diff)
  • Owner changed from abeham to gkronber
  • Status changed from new to assigned
Note: See TracTickets for help on using tickets.