Batch editing for specific or selected collection
Hi,
I know nothing about coding, but managed to use the Javascript provided in https://www.zotero.org/support/dev/client_coding/javascript_api#batch_editing to edit the Language field in my personal library (replaced all "por" with "pt-PT").
Could someone please provide a script alternative that would allow batch editing for a SPECIFIC collection and/or the SELECTED collection?
Also, is it possible to adapt for a GROUP library? (in this case, a private group that I have acces to : https://www.zotero.org/groups/2273153/technetempire )
I have tried to change the line s.libraryID = Zotero.Libraries.userLibraryID;
into:
s.libraryID = Zotero.Libraries.group2273153LibraryID;
but I get "Error: libraryID not provided"
Same issue with:
s.libraryID = Zotero.Libraries.group2273153;
I would really appreciate some help as batch editing would be of essence in the research project I'm working on (dealing with many hundreds of new entries).
Thanks
I know nothing about coding, but managed to use the Javascript provided in https://www.zotero.org/support/dev/client_coding/javascript_api#batch_editing to edit the Language field in my personal library (replaced all "por" with "pt-PT").
Could someone please provide a script alternative that would allow batch editing for a SPECIFIC collection and/or the SELECTED collection?
Also, is it possible to adapt for a GROUP library? (in this case, a private group that I have acces to : https://www.zotero.org/groups/2273153/technetempire )
I have tried to change the line s.libraryID = Zotero.Libraries.userLibraryID;
into:
s.libraryID = Zotero.Libraries.group2273153LibraryID;
but I get "Error: libraryID not provided"
Same issue with:
s.libraryID = Zotero.Libraries.group2273153;
I would really appreciate some help as batch editing would be of essence in the research project I'm working on (dealing with many hundreds of new entries).
Thanks
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.