Closed jerome-tgl closed 5 years ago
The Beancount importer class has changed a little some time ago and the extract method now accepts an additional keyword argument existing_entries
. I've actually changed smart_importer to pass it as a kwarg now, maybe that fixes it, otherwise you could update your importer to take an additional argument.
I've adapted this import.config file to make my own as follows:
but I'm getting this error when I tap the "Extract" button in Fava:
Is there anything wrong with my importer or should I modify the /smart_importer/hooks.py file to make it work?