After I tried to import the attached list I got the following error:
Code:
calibre, version 2.70.0
ERROR: Unhandled exception: <b>ValueError</b>:invalid literal for int() with base 10: ''
calibre 2.70 [64bit] embedded-python: True is64bit: True
Windows-7-6.1.7601-SP1 Windows ('64bit', 'WindowsPE')
('Windows', '7', '6.1.7601')
Python 2.7.9
Windows: ('7', '6.1.7601', 'SP1', 'Multiprocessor Free')
Successfully initialized third party plugins: Modify ePub (1, 3, 13) && MultiColumnSearch (1, 0, 69) && Find Duplicates (1, 6, 2) && Save Composite Custom Columns (1, 1, 0) && Reading List (1, 6, 6) && Import List (1, 1, 5) && FanFicFare (2, 9, 8) && User Category (1, 5, 3) && Generate Cover (1, 5, 21) && Count Pages (1, 7, 0) && Tanja's Tools (0, 0, 6) && Edit Columns (0, 0, 1)
Traceback (most recent call last):
File "calibre_plugins.import_list.page_persist", line 323, in validatePage
File "calibre_plugins.import_list.page_persist", line 174, in _create_empty_books
File "calibre_plugins.import_list.page_persist", line 179, in _apply_metadata_updates
File "calibre_plugins.import_list.page_persist", line 222, in _update_mi_for_book
File "calibre_plugins.import_list.page_persist", line 244, in _update_mi_custom_column
File "site-packages\calibre\ebooks\metadata\book\base.py", line 801, in field_from_string
ValueError: invalid literal for int() with base 10: ''
Which means it didn't import all the columns I had asked it to.