Crash on csv import
Reported by Virgil Dupras | March 14th, 2010 @ 12:56 PM | in v1.8 (closed)
Application Identifier: com.hardcoded_software.moneyguru
Application Version: 1.7.8
Traceback (most recent call last):
File "/Applications/moneyGuru.app/Contents/Resources/mg_cocoa.plugin/Contents/Resources/mg_cocoa.py", line 248, in import_
File "core/document.pyc", line 967, in parse_file_for_import
File "core/loader/base.pyc", line 162, in parse
File "core/loader/csv.pyc", line 75, in _parse
File "core/loader/csv.pyc", line 65, in _scan_lines
Error: line contains NULL byte
Comments and changes to this ticket
-
Virgil Dupras March 14th, 2010 @ 01:29 PM
- State changed from new to accepted
- Assigned user set to Virgil Dupras
I could reproduce the crash by inserting a null character in a normal csv file.
-
Virgil Dupras March 14th, 2010 @ 01:58 PM
- State changed from accepted to fixed
(from [81c622d6abdb]) [#144 state:fixed] Fixed a crash on importing CSV files with null characters. http://bitbucket.org/hsoft/moneyguru/changeset/81c622d6abdb/
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
Tags
Referenced by
- 144 Crash on csv import (from [81c622d6abdb]) [#144 state:fixed] Fixed a crash on...