redstreet / beancount_reds_importers

Simple ingesting tools for Beancount (plain text, double entry accounting software). More importantly, a framework to allow you to easily write your own importers.
GNU General Public License v3.0
115 stars 39 forks source link

Fixes #99: Add option to set file encoding to CSV reader. #100

Closed awtimmering closed 7 months ago

awtimmering commented 7 months ago

Fixes #99

Let me know if this seems the right approach (right place to set the attribute). Happy to see if I can add a unit test as well.

redstreet commented 7 months ago

If you could also take a look at the failures above that would be great. One of them existed prior to your commit. Two of them are related to this PR. Contributing.md should show you what to do. Thanks!

redstreet commented 7 months ago

No worries, and perfect, merged, thank you for the PR!