Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csv2ofx error #8

Open
cabaer opened this issue Mar 19, 2012 · 0 comments
Open

csv2ofx error #8

cabaer opened this issue Mar 19, 2012 · 0 comments

Comments

@cabaer
Copy link

cabaer commented Mar 19, 2012

after direct import into gnucash failed for some of my accounts I went the yodlee/csv2ofx route (not easy for a computer illiterate person! I thought python was a reptile)

I got pretty far but upon conversion I get this error in the command prompt window:

C:\Program Files,gnu-csv2ofx\mulicheng-csv2ofx-c4316e2>python csv2ofx
Using Default Mappings
Open File C:\Users\Ca\Downloads\ExportData.csv
Traceback :
File "C: \Python27\lib\site-packages\csv2ofx_init_.py", line 219, in OnExport
csv2ofx_export <path,mapping,grid>
File "C: \Python27\lib\site-packages\csv2ofx_init_.py", line 16, in export
if mapping[' skip' ]<row,grit>: continue
File "C: \Python27\lib\site-packages\csv2ofx\mappings. py", line 104, in
'skip': lambda row,grid: fromCSVCol<row,grit, 'Split Type'> == 'Split',
File "C: \Python27\lib\site-packages\csv2ofx\csvutils.py", line 62, in fromCSVCol
return xmlize <grid, GetValue,<row,grid,GetColPos<col_name>>>
File "C: \Python27\lib\site-packages\csv2ofx\csvutils.py", line 46, in GetColPos
terurn self.col_map[col_name]
KeyError: 'Split Type'
GoodBye

It does not create an output file (tried both ofx and qif)

Help would be greatly appreciated. Somebody must understand this...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant