looking for the mapping from key to storage/folder_name

I'm trying to extract information about the mapping from item keys to names of folder in Zotero/storage.

I have checked the zotero.sqlite database and I could find the keys in some tables (e.g. RQQEV5C5):

sqlite> SELECT * FROM items LIMIT 2;
2|4|2018-11-13 17:17:18|2018-11-13 17:17:18|2018-11-13 17:24:45|1|RQQEV5C5|3|1
3|4|2018-11-13 17:17:19|2018-11-13 17:17:19|2018-11-13 17:24:45|1|JUNPENCM|3|1

but I couldn't find the corresponding folder names - where should I look for them?
Sign In or Register to comment.