Logos 7 library export/import
I recently followed the directions for exporting Logos 6 library for upload to Zotero, and many of the resources imported with missing information, especially titles and authors. Logos says it is because I have 7, and zotero may not support some of the changes since 6. Can anyone help me put my library into Zotero?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
https://hastebin.com/yahiraduki.makefile
I would check to see that your data are entered correctly in Logos. Do you get any correct imports from their exported BibTeX? Are the problematic items only for a specific type? Can you export to another format, like RIS (and if so does that work better)?
In any case, this looks like an issue either with the way you have stored the data in Logos or with Logos's export feature creating incorrect BibTeX files.
I just tried RIS. It comes into Zotero with many things as dictionary entries, journal articles, magazine articles, and encyclopedia entries. Samples here. https://hastebin.com/enakigozef.js
If i changed the instances of MGZN, DICT, and ENCYC, to BOOK in the .txt of the RIS, would that change it for the better? Seems tedious, but not as bad as typing everything in..
You will need to make two changes. Both are easy and fast.
The item types should all be changed to BOOK. Zotero interprets MGZN, DICT, ENCYC as entries/articles in magazines, dictionaries, etc., not the full books (this is generally how they are used elsewhere as well, and it appears even that Logos is trying to use them this way given the issue with titles below). To change these all in one go, open the RIS in a text editor like Notepad, TextEdit, Visual Studio Code, SublimeText, Atom, etc. and use find-and-replace to search for:
TY - DICT
TY - MGZN
TY - ENCYC
one at a time and replace with:
TY - BOOK
Second, Logos is storing the titles of these books in the the T2 field (which is used for journal titles or book titles of chapters, etc.), rather than the TI title field. That's clearly wrong here. To fix that, find-and-replace for:
T2 -
and replace with:
TI -
As for the ones missing authors, it appears that they simply do not have an AU line in the exported material. Does it matter where this information is added, or can I simply add an AU line to the end of the entry?