Bug 352637 - when Importing QIF or CSV the memo field is omitted only on deposits if it contains the word "payments" or "payment"
Summary: when Importing QIF or CSV the memo field is omitted only on deposits if it co...
Status: RESOLVED WORKSFORME
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR minor
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-13 00:32 UTC by ThomasLawrence
Modified: 2017-11-11 23:37 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
attachment-22132-0.html (2.23 KB, text/html)
2015-09-13 10:31 UTC, ThomasLawrence
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ThomasLawrence 2015-09-13 00:32:52 UTC
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
Comment 1 allan 2015-09-13 10:24:57 UTC
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
Comment 2 ThomasLawrence 2015-09-13 10:31:52 UTC
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.
>
Comment 3 allan 2015-09-13 10:52:19 UTC
(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.
Comment 4 ThomasLawrence 2015-10-15 17:13:50 UTC
I moved to the latest version and there is no more issues.  QIF & CSV both import fine,