Files @ b41a7a99af17
Branch filter:

Location: NPO-Accounting/import2ledger/TODO.md

Brett Smith
hooks: Filter entries by setting entry_data['_hook_cancel'] to True.

The current method only works for plain dicts and other simple mappings.
Mapping that may still contain items after .clear(), like ChainMap, can't
rely on the old method.
1
2
3
4
5
6
7
In roughly priority order:

* Stripe import via API
* Make source filename available to templates [this is easy]
* Some way of preventing re-imports
* Try all importers even after one fails
* Open files for import in binary mode; add a text-wrapping importer base