CSV with $ signs in the amount can't be parsed
Reported by Virgil Dupras | January 26th, 2010 @ 06:16 PM
Application Identifier: com.hardcoded_software.moneyguru
Application Version: 1.7.4
Traceback (most recent call last):
File "/Users/me/Applications/Banking/moneyGuru.app/Contents/Resources/mg_cocoa.plugin/Contents/Resources/mg_cocoa.py", line 1365, in continueImport
File "core/gui/csv_options.pyc", line 136, in continue_import
File "core/document.pyc", line 988, in load_parsed_file_for_import
File "core/loader/base.pyc", line 248, in load
File "core/loader/base.pyc", line 168, in parse_amount
File "core/model/amount.pyc", line 228, in parse_amount
ValueError: Invalid expression u'$0.51'
Comments and changes to this ticket
-
Virgil Dupras January 27th, 2010 @ 12:19 PM
- State changed from new to accepted
I could reproduce the issue by putting "$" characters in a CSV's amount column and then trying to import it.
-
Virgil Dupras January 27th, 2010 @ 12:38 PM
- Assigned user set to Virgil Dupras
-
Virgil Dupras January 27th, 2010 @ 01:49 PM
- State changed from accepted to fixed
(from [96630cffea5b]) [#126 state:fixed] Fixed a bug preventing amounts with dollar sign in them to be imported. http://bitbucket.org/hsoft/moneyguru/changeset/96630cffea5b/
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Referenced by
- 126 CSV with $ signs in the amount can't be parsed (from [96630cffea5b]) [#126 state:fixed] Fixed a bug prev...