Incorrect payee assignments during csv import when a payee field ends in semicolon
Jack
ostroffjh at users.sourceforge.net
Tue Feb 13 21:16:19 GMT 2024
Can you provide a three or four line example csv file, with exactly
what you expect to happen on import.
> - all transactions before /"happy store ;"/ are imported correctly
> - all transactions after /"happy store ;"/are assigned the payee
> /"happy store ;"/
What payee do you expect "happy store ;" to match to? You talk about
the lines before and after, but not that one.
> It seems that the terminal semicolon triggers a "$" entry to be added
> to the list of matching names for the payee "happy store ;"
> I'm assuming the "$" means "match all entries"
Why do you think a terminal $ is getting added? The matching uses
regular expressions, and $ means the end of the line, it is not a wild
card.
I am also not aware that importing ever changes the matching entries in
the Payee list, although I could be wrong here.
More information about the KMyMoney
mailing list