Only when Importing QIF or CSV and NOT when importing the same file in QFX format, the memo field is omitted only on deposits if it contains the word "payments" or "payment" This only occurs on deposits/credits are posted and does not occur if "payments" or "payment" is in the memo of a withdraw/debit. I have tested this with both QIF & CSV and it occurs every time. It does not occur with QFX. My current work around is to use this perl -pi -e 's/PAYMENTS* //g' "$@" to eliminate the word(s) and the import works fine. Reproducible: Always Steps to Reproduce: 1.import CSV or QIF with a deposit/credit that contains the word "payments" or "payment" in the memo field 2. 3. Actual Results: blank memo field Expected Results: memo field that matches imported QIF or CSV memo field
This works correctly for me, both with CSV and with QIF. It might help to know what revision of KMM you are using. You might also try with the most up-to date version you can find. The latest is 4.7.2. If you like, post here or direct to me, a copy of your failing file, preferably CSV, suitably edited, as long as it still gives you a problem. Allan
Created attachment 94535 [details] attachment-22132-0.html THanks, I am running version 4.6.4. I will try the latest version and if the problem persists I will send you both the QIF & CSV files to reproduce the problem. On Sun, Sep 13, 2015 at 6:24 AM, allan <agander93@gmail.com> wrote: > https://bugs.kde.org/show_bug.cgi?id=352637 > > allan <agander93@gmail.com> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Status|UNCONFIRMED |RESOLVED > Resolution|--- |WORKSFORME > CC| |agander93@gmail.com > > --- Comment #1 from allan <agander93@gmail.com> --- > This works correctly for me, both with CSV and with QIF. > > It might help to know what revision of KMM you are using. You might also > try > with the most up-to date version you can find. The latest is 4.7.2. > > If you like, post here or direct to me, a copy of your failing file, > preferably > CSV, suitably edited, as long as it still gives you a problem. > > Allan > > -- > You are receiving this mail because: > You reported the bug. >
(In reply to ThomasLawrence from comment #2) > Created attachment 94535 [details] > attachment-22132-0.html > > THanks, I am running version 4.6.4. I will try the latest version and if > the problem persists I will send you both the QIF & CSV files to reproduce > the problem. OK, 4.6.4 is pretty long in the tooth now. The Claydoh PPA may help, if Ubuntu itself can't. I'm not sure what your attachment was supposed to be, but it just looks like your reply.
I moved to the latest version and there is no more issues. QIF & CSV both import fine,