Trouble importing Embedded PDF Metadata
Hi,
188BET靠谱吗I have a lot of PDF documents that have keywords embedded in the metadata, but they are not being imported as tags into Zotero.Is there anything I can do to make this work?
188BET靠谱吗Alternatively, the tags are also embedded within the filenames - is there a way to search Zotero by a sub-string in the filenames in order to select groups and manually tag them?
188BET靠谱吗A final alternative is that I have all of the metadata in an excel spreadsheet - is there a way to import/associate the data with entries in the Zotero library (based on filename/path)?
Thanks!
188BET靠谱吗I have a lot of PDF documents that have keywords embedded in the metadata, but they are not being imported as tags into Zotero.Is there anything I can do to make this work?
188BET靠谱吗Alternatively, the tags are also embedded within the filenames - is there a way to search Zotero by a sub-string in the filenames in order to select groups and manually tag them?
188BET靠谱吗A final alternative is that I have all of the metadata in an excel spreadsheet - is there a way to import/associate the data with entries in the Zotero library (based on filename/path)?
Thanks!
If you temporarily disable file renaming from the General pane of the preferences and add the files, you could then write some code, either locally with the JavaScript APIor remotely using the web API188BET靠谱吗and a library like pyzotero, to look for keywords in attachment filenames and assign them as tags on the parent item.188BET靠谱吗But assuming you're unfamiliar with Zotero scripting it would take a bit of work.
188BET靠谱吗Pulling them out of a spreadsheet (or, rather, CSV file) would also be possible but probably a bit more complicated to associate each row with its entry in Zotero.
188BET靠谱吗(Once the keywords were extracted, you could then have Zotero rename the files based on the parent metadata if you wanted.)