Exporting collections instead of entire library
Hello,
I am trying to export a single collection (which includes sub-collections) instead of the entire library, but the exported file is empty.
Any suggestions of how to fix this will be appreciated!
thanks in advance,
Yaron
I am trying to export a single collection (which includes sub-collections) instead of the entire library, but the exported file is empty.
Any suggestions of how to fix this will be appreciated!
thanks in advance,
Yaron
Make sure your Zotero is up to date.
Yes, Zotero is up to date.
I right clicked on the collection -> export collection -> BibTex format
Exporting the library does works (but it results in a big file, with irrelevant papers)
Thanks,
Yaron
This could happen if your collection contains only standalone notes and/or standalone attachments (PDFs). Is that maybe the case?
https://www.dropbox.com/s/qz9bk5e1jym0r2q/SCM-discounts.rdf
No standalone notes or attachments in that collection.
Thanks!
Yaron
When you say Zotero is up to date, you mean it's 4.0.17.1 (or 4.0.17 for Zotero Standalone)?
Also, update your translators via Preferences -> General -> Update Now
If none of that helps, produce a Debug ID for that export and post it here.
The output file is still empty..
Here is a link to the log file: https://www.dropbox.com/s/vxpm13omui0fzr0/debug.txt
Thanks,
Yaron
You don't have a custom BibTeX translator, do you? Try resetting your translators via Preferences -> Advanced -> Reset Translators. Then wait a minute and restart Zotero.
ok, thank you very much for your help.
Yaron
Is there a more efficient way to create multiple users for same account so that they all share the same quota?
Thanks,
Yaron
I believe this is fixed now. Update your translator via Preferences -> General -> Update Now and give it another shot.
@Dan, currently, in order to get items inside subcollections on export, the translator must set the "getCollections" option even if it doesn't attempt to export collection data. IMO, Zotero.Translate.ItemGetter.setCollection should always retrieve child items (at which point it seems rather trivial to also supply collection data to the translator too). So basically, getChildCollections should just always be true. Thoughts?