Open mbafford opened 4 years ago
For those who cannot find where the trigger transaction is, use global search to look for regex [a-zA-Z] +USD
.
For those who cannot find where the trigger transaction is, use global search to look for regex
[a-zA-Z] +USD
.
You the real mvp my guy.
Problem
Having a posting entry with a currency, but no amount, causes
beancount-import
to raise an error and drop into the debugger. The file validates fine from beancount's perspective.Problematic beancount data:
bean-check
andfava
accept the file, butbeancount-import
raises an error:Fixed data
(works fine with
beancount-import
andbean-check
andfava
)beancount-import error
Comments
In my case this is just a typo when copying an existing record and editing manually, so I have no problem fixing the source data, but I imagine most people would turn to
bean-check
to validate their journal if they do encounter problems, sobeancount-import
would benefit from handling this the same way.