Replies: 3 comments 1 reply
-
It should not add the transaction again if you just deleted it. You remember this correctly. Do you also purge the data from your /profile page, perhaps? |
Beta Was this translation helpful? Give feedback.
-
No purging was done. Not sure why it keeps coming back...Perhaps I've set
something odd for this in the account config. If my memory serves me
correctly, my other accounts dont have this behaviour. Something like
ignore_duplicates=False...
…On Wed, 6 Nov 2024 at 22:11, James Cole ***@***.***> wrote:
It should not add the transaction again if you just deleted it. You
remember this correctly.
Do you also purge the data from your /profile page, perhaps?
—
Reply to this email directly, view it on GitHub
<#9434 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXR24WCT2X734QA6LWSJ5TZ7IIRVAVCNFSM6AAAAABRIZSNLSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMJWGY3DIOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Ok so I took a look at the import config that gets used by the docker image of the ff3_data_importer and I have: In my other accounts, in the same importer file I have: Some time ago we discussed the value: "ignore_duplicate_transactions": false At the time, IIRC you said this wasn't used. Is this still the case/did I misunderstand? |
Beta Was this translation helpful? Give feedback.
-
I have a transaction i want to delete. This is a Deposit. It deletes as expected.
However, when I next run my import scripts, it adds back in the same transaction I just deleted.
I'd expected the duplicate checking functionality to see that the hash for this existed previously. Note, I haven't clicked 'Purge all deleted records'.
My recollection of how its supposed to work is that FF3 should see that this transaction was previously deleted, so avoid re-importing it.
Is there something I can do to stop it re-adding in this transaction?
Note, I am using the ff3 data importer.
Beta Was this translation helpful? Give feedback.
All reactions