We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is my first time that I use beancounttools.
nordigen importer doesn't work for my bank "Caisse d'Epargne Ile De France" , I get this error
ERROR:root:Importer tariochbctools.importers.nordigen.importer.Importer.extract() raised an unexpected error: 'transactionId' Traceback (most recent call last): File "/tmp/workspace/.venv/lib/python3.10/site-packages/beancount/ingest/extract.py", line 182, in extract new_entries = extract_from_file( File "/tmp/workspace/.venv/lib/python3.10/site-packages/beancount/ingest/extract.py", line 67, in extract_from_file new_entries = importer.extract(file, **kwargs) File "/tmp/workspace/.venv/lib/python3.10/site-packages/smart_importer/hooks.py", line 40, in patched_extract_method imported_entries = unpatched_extract( File "/tmp/workspace/.venv/lib/python3.10/site-packages/tariochbctools/importers/nordigen/importer.py", line 61, in extract "nordref": trx["transactionId"], KeyError: 'transactionId'
The text was updated successfully, but these errors were encountered:
63acb15
Merge pull request #117 from tarioch/bugfix/nordigen_transaction_id_o…
5c3a1bf
…ptional make transactionId optional, fixes #116
No branches or pull requests
This is my first time that I use beancounttools.
nordigen importer doesn't work for my bank "Caisse d'Epargne Ile De France" , I get this error
The text was updated successfully, but these errors were encountered: