-
Hi!
I may have done something wrong, but here is what i get:
```
pip install https://github.com/kubauk/beancount-import-gmail.git
Collecting https://github.com/kubauk/beancount-import-gmail.gi…
-
Would it be possible for the CSV importer to support tab-separated files as well? Currently the 'text/csv' MIME type [seems hardcoded](https://github.com/beancount/beancount/blob/f02f530d18fd832752e0b…
-
smart_importer` filters training data from a single account, obtained by calling the importer's `file_account()`, as discussed in #30. This presents two questions:
1) (For my understanding): should…
-
`csv.Importer()` calls `normalize_config()` in `file_date()` and `extract()`. After skipping the requested number of lines, `normalize_config()` calls `csv.Sniffer().has_header()`:
https://github.c…
-
The new csvbase importer has the option to automatically insert a balance assertion based on a balance column in the input data.
Right now it adds a balance assertion one day after the last transac…
-
# Automatically Categorizing Postings — Red's Rants
Investment accounts have a deterministic, finite set of transaction types, and are easy to build correct and complete…
-
I am migrating from beancount 2 to beangulp, and I see that there is no standard OFX importer (there is one in the examples but there is not one in the library).
If I implemented it based on the on…
-
Hi there,
I have been using the example folder to try to understand how to make beancount-import work with my data. In digging a little into the generic imports, I have realized that the generic impo…
-
As currently the items and transactions tables store much of the useful data in a json object, might you be open to additionally exposing the data elements more directly as columns for query convenien…
ak2k updated
8 months ago
-
I am happy with the smart-importer ... it helps a lot.
I'm trying to figure out why smart-importer doesn't learn and apply the tags from the previous transactions and apply them. Is there a settin…