-
I have a CSV importer that adds `Decimal` metadata to entries, e.g. `Decimal(114)` which renders to `foo: 114`. When I attempt to import a file with these transactions, an error is raised. The transac…
kpine updated
2 months ago
-
```
Traceback (most recent call last):
File "/anaconda3/bin/bean-extract", line 4, in
from beancount.ingest.extract import main; main()
File "/anaconda3/lib/python3.6/site-packages/beanc…
-
I'm using several `generic_importer_source` data sources which parse CSV data using a basic beancount importer. As expected, each transaction shows up with two postings - one for the source account an…
-
Error on startup:
```
Starting Fava on http://0.0.0.0:5000
INFO : Initializing
INFO : Loading journal
Listening at http://0.0.0.0:8101
INFO : Matching source data
INFO : preparing s…
-
Half a year ago I stumbled upon this utility and I was impressed. I wanted to use it for a lot of European financial institutions where I had accounts. But then it got difficult. The pluggable archite…
-
**`$ bean-extract my.config Csv/2018-01-2.csv > Data/2018-01-2.beancount`**
```
ERROR:root:Importer alipay.Importer: "Assets:MoneyFound:Yuebao".extract() raised an unexpected error: Could not dete…
-
#72 should have broken the schwab_csv_brokerage unit test, which it did not. Fix.
-
**[Original report](https://bitbucket.org/blais/beancount/issue/419) by Jeff Mondoux.**
----------------------------------------
I have a custom importer to import my banks csv statements, this impo…
blais updated
3 years ago
-
I have two transactions in a CSV file with the same date (the CSV file is in descending order) and when I import it they are in the wrong order.
I looked at the CSV importer and `extract()` correct…
-
A Vanguard OFX I'd like to import has entries where the UNITPRICE is 0 (which seems like a bug on their part):
```
XXX
20190614160000.000[-5:EST]
20190614160000.0…
stin7 updated
4 years ago