forked from djmuhlestein/csv2ofx
-
Notifications
You must be signed in to change notification settings - Fork 0
gwjr/csv2ofx
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
csv2ofx
Installation:
To install the program in your site packages, you can use
python to execute the install function:
> python setup.py install
This should work on both Windows and Linux.
Runtime dependencies:
wxPython.
Custom Mappings:
csv2ofx gives preference to custom mappings over the built in mappings.
The builtin mappings (src/csv2ofx/mappings.py can be used as a template
for custom mappings. You may copy the mappings.py file to your home
directory as csv2ofx_custom.py. The file may also be placed in the current
working directory. After creating a copy of the file, add or change the mappings
to suite your needs. See mappings.py for mapping documentation.
Enjoy!
Contributors
Dennis Muhlestein
Dave (Davestechshop.net)
Arthur Liu
About
Convert CSV files from Yodlee (or other sources) into OFX files for import into other financial software.
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 100.0%