<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
A strange issue here ... could be a bug or could be some intended
functionality?<br>
<br>
The process<br>
- export a csv file of transactions from the bank<br>
- tidy it up for import to kmm<br>
- import to kmm using csv importer<br>
<br>
If one of the payee entries ends with space then semicolon - eg <i>"happy
store ;"</i><br>
- all transactions before <i>"happy store ;"</i> are imported
correctly<br>
- all transactions after <i>"happy store ;"</i>are assigned the
payee <i>"happy store ;"</i> <br>
-unless a matching transaction was imported before <i>"happy
store ;" </i>then they are imported correctly<i><br>
<br>
</i>It seems that the terminal semicolon triggers a "$" entry to be
added to the list of matching names for the payee <i>"happy store
;"<br>
</i>I'm assuming the "$" means "match all entries<i><br>
<br>
</i>Just thought I should point this out ... although it may have
been pointed out before ...<i><br>
<br>
</i>- Steve<i><br>
</i>
</body>
</html>