GNOME Bugzilla – Bug 778982
Move date parsing code to engine
Last modified: 2018-06-29 23:54:44 UTC
The csv importer has a date parser that attempts to convert strings into dates using a regex that only cares about order of the date components (day, month, year), but not the separator character. This code is probably useful for the other importers as well, so it should be made generally available in the engine code (or more precisely, qof code).
This improvement has been implemented. Last commit was to complete this was https://github.com/Gnucash/gnucash/commit/9af57849ba1bc6e954f6b5aae61ec85e4c09a0e2
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=778982. Please update any external references or bookmarks.