I didnt have a category for "unfiled" in my notes, so naturally we get the following error:
Traceback (most recent call last): File "papyrus.py", line 296, in <module> notes = getNotes(i[1]) File "papyrus.py", line 70, in getNotes '(SELECT note_uuid FROM notebook_note_association WHERE notebook_uuid=?)', (uuid, )) sqlite3.OperationalError: no such column: unfiled
Need to add ability to check which column is available, and only export those
I didnt have a category for "unfiled" in my notes, so naturally we get the following error:
Traceback (most recent call last): File "papyrus.py", line 296, in <module> notes = getNotes(i[1]) File "papyrus.py", line 70, in getNotes '(SELECT note_uuid FROM notebook_note_association WHERE notebook_uuid=?)', (uuid, )) sqlite3.OperationalError: no such column: unfiledNeed to add ability to check which column is available, and only export those