Deduplication by SimpleFIN ID
Added
- Custom
cmpmethod for smart deduplication bysimplefin_id- Transactions with matching
simplefin_idare considered duplicates - Transactions where only one has
simplefin_idare never duplicates (prevents false matches between API and PDF statement imports) - Falls back to date/amount/account comparison when neither has
simplefin_id
- Transactions with matching
This fixes the issue where transactions imported from both SimpleFIN API and PDF statements would be incorrectly marked as duplicates based on date/amount alone.
Upgrade
pip install --upgrade beangulp-simplefinOr with uv:
uv add beangulp-simplefin@latest