-
**[Original report](https://bitbucket.org/blais/beancount/issue/192) by Zhuoyun Wei (Bitbucket: [wzyboy](https://bitbucket.org/wzyboy), GitHub: [wzyboy](https://github.com/wzyboy)).**
---------------…
blais updated
8 months ago
-
Running the latest importer version for scbbank. Ran into the error below when importing as usual this month. Same error for all csv files. Even re-tried importing old csv files which ran fine before …
-
When I run `pytest --generate` I get an error that `xlrd` isn't installed. Installing this manually with `pip install xlrd` fixes the problem but it would be great if that dependency were automaticall…
-
DKBs new online banking renamed the fields in the CSV:
## Checking
Old columns
"Buchungstag";"Wertstellung";"Buchungstext";"Auftraggeber / Beg�nstigter";"Verwendungszweck";"Kontonummer";"…
-
Hi, first of all, thanks for providing this great package. I've been moving all the families' small accounts to the Nordigen API and was able to build some additional scripts and functionality to auto…
-
Updated to the latest version from git (not sure if this is the real issue) and ran into the following errors when importing:
`Traceback (most recent call last):
File "/[HOME_PATH]/.local/lib/py…
-
Imagine a setup with:
```
documents/foo.csv
documents/bar.csv
```
And a static importer such as:
```python
class StaticImporter(Importer):
"""No matter the file, identify it and yield …
-
Imagine a setup with:
```
documents/foo.csv
documents/bar.csv
```
And a static importer such as:
```python
class StaticImporter(Importer):
"""No matter the file, identify it and yield …
-
So, I´ve spend hours writing a bean-extract compatible parser using `beancount.ingest.importer.ImporterProtocol`
## **Can one somehow string those things together?**
----
- I do NOT mean par…
-
Beancount 2.3.5
beancount-import 1.3.5
Trying to get my own importer to work by using the examples as an reference. I tried the run.py in both manually and fresh directory but both end up not having…