Crash on csv import #144
Closed
Crash on csv import #144
Labels
Comments
I could reproduce the crash by inserting a null character in a normal csv file. |
(from [81c622d6abdb]) [#144 state:fixed] Fixed a crash on importing CSV files with null characters. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@@@
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
@@@
The text was updated successfully, but these errors were encountered: