1 | | To work with dialog (use fixed separators as parameters, move heuristics into helper class) |
| 1 | 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. |
| 2 | |
| 3 | 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. |
| 4 | |
| 5 | These issues should be resolved by refactoring or better rewriting the table file parser. |