Realistic Batch Edit Timeline?
Hi Zotero team,
Have loved Zotero for many years, and couldn't imagine having to work without it. Thanks for all your hard work. A question: when, realistically, can we expect batch editing of fields in Zotero? I have seen it listed in the development pipeline for years at this point, and know that it must be something that others are eagerly anticipating. For my part, I sometimes import a few hundred archival documents (as PDFs or JPGs) at one go, and would love to be able to say, add the name of the archive / library or the box number in one go, as opposed to having to copy and paste a few hundred at a time.
Is there a realistic estimate of when this feature might finally be in Zotero? Or workarounds that do not require learning Python, etc? (I am a computer savvy historian, but not that computer savvy.)
Have loved Zotero for many years, and couldn't imagine having to work without it. Thanks for all your hard work. A question: when, realistically, can we expect batch editing of fields in Zotero? I have seen it listed in the development pipeline for years at this point, and know that it must be something that others are eagerly anticipating. For my part, I sometimes import a few hundred archival documents (as PDFs or JPGs) at one go, and would love to be able to say, add the name of the archive / library or the box number in one go, as opposed to having to copy and paste a few hundred at a time.
Is there a realistic estimate of when this feature might finally be in Zotero? Or workarounds that do not require learning Python, etc? (I am a computer savvy historian, but not that computer savvy.)
For newly imported items, I think exporting, modifying in a text editor, and then re-importing may serve as a workaround. That's not lossless and it'll break any existing citations, so it'll work best if you're looking at newly added items that don't have much in terms of metadata anyway.
FWIW, a python script that allows you just add some basic string in a given field for all items in, say, a given collection, wouldn't be terribly hard to write and, perhaps more importantly, to set up in a way that even if you didn't write the script, you can modify it to adapt to tasks without any programming knowledge.
You're talking about exporting the files alongside an RDF file, then editing that file within a text editor, right? That's a good idea; thank you.
And is PyZotero the place to look on that second point?