Skip to content
New issue

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

Metadata order non-deterministic when importing from CSV #248

Open
BrendanKOz opened this issue Jan 9, 2025 · 0 comments
Open

Metadata order non-deterministic when importing from CSV #248

BrendanKOz opened this issue Jan 9, 2025 · 0 comments

Comments

@BrendanKOz
Copy link

I have recently changed banks, and the new one does not support OFX downloads, so I have had to resort to CSV.

The importer works fine, but when beancount-import wants to create a new transaction, the metadata is in alphabetical order (I believe i.e. date, source_desc).
However, when matching, it tries to add in the metadata in a non-consistent order (source_desc, date).
This then causes the matching to fail at a later run if the order has changed.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant