-
Notifications
You must be signed in to change notification settings - Fork 28
/
README
31 lines (20 loc) · 766 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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