csv2ofx
csv2ofx copied to clipboard
A Python library and command line tool for converting csv to ofx and qif files
Hello, In `qif.py` file `__init__()` function - the `account_types` is set hard-coded. Not having a way to customize it in the mapping is limiting because and also it is hard...
I played with this library today, hoping it'd help me convert my financial data into a format I could upload to QuickBooks. Unfortunately, QuickBooks rejects the output files, with unhelpful...
This PR adds the ability to convert CSV files downloaded from Charles Schwab checking accounts to OFX files supported by MS Money. For convenience, I broke the changes down into...
``` Traceback (most recent call last): File "/home/paolo/.local/bin/csv2ofx", line 15, in from csv2ofx.main import run File "/home/paolo/.local/lib/python3.12/site-packages/csv2ofx/main.py", line 25, in from imp import find_module, load_module ModuleNotFoundError: No module named 'imp'...
Hi, I was able to execute the project creating my mapping file (Santander Spain checking accounts). I will contribute it when I be able to successfully import. I've used regex...
For Investments (TFSA, RRSP, ...) the mapping from EQ Bank is different.
I'm trying to install csv2ofx on Python 3.12, but it fails when `PyYAMLcsv2ofx==0.30.0) Using cached chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting python-slugify=1.2.5 (from meza=0.46.0->csv2ofx==0.30.0) Using cached python-slugify-1.2.6.tar.gz (6.8 kB) Installing build dependencies...
The directory `data/test` is empty in the tarball downloaded from pypi. This means that tests fail when trying to build/test/install csv2ofx.
I worked around the issue in #103 by downgrading to Python 3.10, but then found that tests were failing to run on Python 3.10: ``` (.venv) csv2ofx feature/amazon-mapping $ .venv/bin/manage...
Trying to run `manage test`, it failed as manage.py appears to be too old for Python 3.11: ``` csv2ofx master $ pip-run manage.py -- -m manage test Traceback (most recent...