Can I edit a field in multiple entries at the same time?
Basically, the title of the post. I want to empty the 'Additional' field (not sure if it's called that in english, maybe 'Extras'?) for a lot of articles at the same time.
Can this be done?
Can this be done?
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.
Thank you!
The choice of automation tool is influenced to a degree by the host (Windows, Linux, Mac) but I can point to some I've used (currently I'm in Ubuntu so Actionaz is my choice):-
Actionaz - https://www.jmgr.net/ - (Windows and Linux)
AutoHotKey - https://autohotkey.com/ - (Windows)
Selenium (for Firefox browser)
In Actionaz for example a script with extension *.ascr is produced.
You can click on an item in Zotero standalone GUI.
Click Tab once to get to Info tab
Click Tab again n times (in a loop) to move down to Extra: field
Click Del to delete Extra: value
Refer to next item and repeat. You can look for [Extra:] as an image.
That is a simple example but complex automation scripts can be written as workflows.
Basically you are writing sequences of key strokes, sometimes looking for target images on the screen, if looping through a fixed number of Tabs does not work.
Often these tools are used to test GUI's.