You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error, although there is a Saldo row:
Traceback (most recent call last):
File "/usr/bin/ofxstatement", line 33, in
sys.exit(load_entry_point('ofxstatement==0.7.1', 'console_scripts', 'ofxstatement')())
File "/usr/lib/python3/dist-packages/ofxstatement/tool.py", line 198, in run
return args.func(args)
File "/usr/lib/python3/dist-packages/ofxstatement/tool.py", line 169, in convert
statement = parser.parse()
File "/usr/lib/python3/dist-packages/ofxstatement/plugins/ingde.py", line 58, in parse
raise RuntimeError('Please export CSV with Saldo!')
RuntimeError: Please export CSV with Saldo!
The text was updated successfully, but these errors were encountered:
I am getting the following error, although there is a Saldo row:
Traceback (most recent call last):
File "/usr/bin/ofxstatement", line 33, in
sys.exit(load_entry_point('ofxstatement==0.7.1', 'console_scripts', 'ofxstatement')())
File "/usr/lib/python3/dist-packages/ofxstatement/tool.py", line 198, in run
return args.func(args)
File "/usr/lib/python3/dist-packages/ofxstatement/tool.py", line 169, in convert
statement = parser.parse()
File "/usr/lib/python3/dist-packages/ofxstatement/plugins/ingde.py", line 58, in parse
raise RuntimeError('Please export CSV with Saldo!')
RuntimeError: Please export CSV with Saldo!
The text was updated successfully, but these errors were encountered: