IndexError in csv loading #97
Closed
Labels
Comments
Happens when importing a csv using a layout that has been set with a "wider" (more columns) csv. |
(from [360]) [#97 state:fixed] Fixed a crash on importing csv using a layout that has been created on a wider csv before. |
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.6.8
Traceback (most recent call last):
File "/Applications/moneyGuru.app/Contents/Resources/mg_cocoa.plugin/Contents/Resources/mg_cocoa.py", line 1294, in continueImport
File "moneyguru/gui/csv_options.pyc", line 134, in continue_import
File "moneyguru/document.pyc", line 1145, in load_parsed_file_for_import
File "moneyguru/loader/base.pyc", line 192, in load
File "moneyguru/loader/csv.pyc", line 87, in _load
IndexError: list index out of range
Relevant Console logs:
Dec 12 18:22:28 MBAir128-Ppc [0x0-0x24a24a].com.hardcoded_software.moneyguru[45324]: WARNING CSV-Datei is not a date. Ignoring line
Dec 12 18:22:28 MBAir128-Ppc [0x0-0x24a24a].com.hardcoded_software.moneyguru[45324]: WARNING Exportiert aus iFinance3 is not a date. Ignoring line
Dec 12 18:22:28 MBAir128-Ppc [0x0-0x24a24a].com.hardcoded_software.moneyguru[45324]: WARNING Zeitraum: 1 janv. 09 - 12 déc. 09 is not a date. Ignoring line
Dec 12 18:22:28 MBAir128-Ppc [0x0-0x24a24a].com.hardcoded_software.moneyguru[45324]: WARNING Datum is not a date. Ignoring line
Dec 12 18:22:28 MBAir128-Ppc [0x0-0x24a24a].com.hardcoded_software.moneyguru[45324]: WARNING 1 janv. 09 is not a date. Ignoring line
Dec 12 18:22:28 MBAir128-Ppc [0x0-0x24a24a].com.hardcoded_software.moneyguru[45324]: WARNING 5 janv. 09 is not a date. Ignoring line
Dec 12 18:22:28 MBAir128-Ppc [0x0-0x24a24a].com.hardcoded_software.moneyguru[45324]: WARNING 6 janv. 09 is not a date. Ignoring line
@@@
The text was updated successfully, but these errors were encountered: