https://bugs.kde.org/show_bug.cgi?id=444741
Bug ID: 444741 Summary: CSV importer: account name auto detection generates too many false-positives Product: kmymoney Version: 5.1.2 Platform: Other OS: Other Status: REPORTED Severity: normal Priority: NOR Component: importer Assignee: kmymoney-devel@kde.org Reporter: m...@dawidwrobel.com Target Milestone: --- SUMMARY With account name auto detection, CSV importer will automatically attempt to match the imported CSV against existing accounts. However, in case the CSV header only actually contains column names, this may lead to false positives. For example, considering a CSV file containing following header: "Type,Product,Started Date,Completed Date,Description,Amount,Fee,Currency,State,Balance" the importer will match against an "Art" account, having found a match for it in "Started". The solution is to make the autodetection configurable per profile, not globally, which will allow to take advantage of its heuristics only when it actually makes sense. -- You are receiving this mail because: You are the assignee for the bug.