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

CSV importer does not allow specifying encoding #99

Closed awtimmering closed 7 months ago

awtimmering commented 7 months ago

CSV reader does not allow specifying an encoding, which means processing e.g. shift-jis encoded text files fails on etl.fromcsv as well as the file.head() (called in deep_identify).

Submitting a PR shortly to add this through a file_encoding attribute.