[kmymoney] [Bug 341100] QIF import date format missing

Thomas Baumgart bugzilla_noreply at kde.org
Sat Sep 8 15:33:34 BST 2018


https://bugs.kde.org/show_bug.cgi?id=341100

Thomas Baumgart <tbaumgart at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |wishlist

--- Comment #14 from Thomas Baumgart <tbaumgart at kde.org> ---
That is exactly where the input filter comes into play and is designed for. In
your case, a simple bash script consisting of

---8<---
#!/bin/bash

sed -e "s/^D\(..\)\(..\)\(....\)/D\1.\2.\3/"
---8<---

would do the trick together with the selection of %d.%m.%yyyy as the date
format. Adding another date format considered an enhancement.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list