Duplication of operations
Closed this issue · 7 comments
During the import of operations, one of them appears twice, with a slighty different label (the first label is a substring of the second one, but the date and amount are the same), while it happened only one on the side of my bank account.
Does it happen often? Is it only for ONE operation? I haven't succeed in reproducing it (and haven't noticed the behaviour in my personal Cozy, that I've been using for months now, watching closely that this doesn't happen)
One solution for now should be to download the Databrowser application and remove the duplicate operation manually.
If you have any information that could help us identifying the issue, please tell us!
Thank you very much!
Happened only once so far, for only one operation. I will try to remove it with the Databrowser, but if there's some sort of unique identifier of one operation, it might be worth to use it to avoid duplicates, what do you think?
I'd love to have one unique identifier for operations for all banks. Unfortunately, that's not the case so here is how an operation is characterized:
- date
- amount
- label
- account number
Writing this, I realize we use the label and not the raw label (the label is an improved version of the raw label, generated by weboob) and that might be an issue.
I am trying to think if the change could cause a problem, if not, I will fix that and upstream the change ASAP.
Thanks!
I deleted the operation manually with databrowser, thanks for the hint.
Indeed, the labels were different. Didn't think to check for the raw labels, sorry about that.
If your pull request gets approved before next month, I'll be able to tell you if this happens again or not (as this is a regular operation).
Well, it will be merged during the week so everything can go following the
plan :p
Thanks again for the report!
Le 14 janv. 2014 00:04, "Benjamin Bouvier" notifications@github.com a
écrit :
I deleted the operation manually with databrowser, thanks for the hint.
Indeed, the labels were different. Didn't think to check for the raw
labels, sorry about that.
If your pull request gets approved before next month, I'll be able to tell
you if this happens again or not (as this is a regular operation).—
Reply to this email directly or view it on GitHubhttps://github.com//issues/28#issuecomment-32221996
.
Can I close this issue? @bnjbvr
Sure, I'll reopen it if it ever happens again. Thanks!