Files @ 87f32091019e
Branch filter:

Location: NPO-Accounting/import2ledger/TODO.md

Brett Smith
strparse: Improve extra text parsing in currency_decimal.

This allows a symbol and a currency code to be in different parts of the
string, as long as there's at most one of each.
1
2
3
4
5
6
In roughly priority order:

* Stripe import via API
* 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