Deleted transactions are imported again with same external id #10096
Replies: 8 comments 8 replies
-
|
Just some further info, i can see all of the deleted transactions inside the DB still (as well as the last imported non-deleted transaction). Is there somewhere i can see the external identifiers for each row inside the DB? I couldn't find a column with that information inside for the transactions / their related tables. |
Beta Was this translation helpful? Give feedback.
-
|
Hey, thanks for opening an issue. I'm surprised that you run into this issue, because I also use external ID matching and it works for me ™ . I delete transactions regularly and they never get imported again.
Cheers, |
Beta Was this translation helpful? Give feedback.
-
|
Here are the journal_meta records with the same external id: And here is the log during the import, hopefully there is enough info: |
Beta Was this translation helpful? Give feedback.
-
|
Mmm, i see nothing special in the table. Do you have the logs from the data importer itself? They should also contain debug entries. |
Beta Was this translation helpful? Give feedback.
-
|
Here is an example of what I would like to see: |
Beta Was this translation helpful? Give feedback.
-
|
Sorry i thought i'd enabled debug logging, I'm rate limited currently but i'll share the logs again once the limit resets |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
All I can do right now is add some debug information. If: Is true, the data importer should set If you import with the latest |
Beta Was this translation helpful? Give feedback.








Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Support guidelines
I've found a bug and checked that ...
Description
When running a gocardless import using external identifier based duplicate detection, a deleted transaction is imported again with the same external identifier and other information.
Debug information
Debug information generated at 2025-04-02 23:26:22 for Firefly III version v6.2.10.
**en_GB.UTF-8: ✅
Expected behaviour
The deleted transaction should not be imported again
Steps to reproduce
Additional info
The contents of my gocardless json file:
Beta Was this translation helpful? Give feedback.
All reactions