Inserting batch author names
Hi,
Many times we come across reports with a long list of author names, with no ready available citation file to import.
I wonder if it possible to add a feature for adding a batch of author names (copy-paste) instead of entering them one by one. The "new line" or the "," can be used as a delimiter between the names.
Regards, A
Many times we come across reports with a long list of author names, with no ready available citation file to import.
I wonder if it possible to add a feature for adding a batch of author names (copy-paste) instead of entering them one by one. The "new line" or the "," can be used as a delimiter between the names.
Regards, A
https://www.youtube.com/watch?v=2kJYqBGeMLI
You can batch-change these with 'replace' (shortcut Ctrl+H ). Use ^l in *find* box and ^p in *replace* box (must both be lower case). Should swap them all around.
I initially got (surname, forname, et al. year) format in the document [using OU Harvard]. When I used tab to skip between surname and forename boxes a bit of Zotero magic happend and the whole list then adusted. When I refreshed the document in Word the citation became (surname, et al. year).
@robpeters: Use a copied list of authors from a plain text editor (e.g. Notepad++). MS Word uses a specific end-of-line format that probably causes you trouble.
NB: I noted that the method of @dstillman is not correct to get the last and first names separated and in the correct order. I found a way to solve this:
- Change the author name field to single field (Switch to single field) (little icon on the right of the field)
- Copy the list of authors, that should contain on each line first_name last_name (separated by a single space) (do not use Word but a plain text editor, e.g. Notepad++)
John Smith
Jane Doe
- Paste the list into the field box
- Then switch individual author to two fields (Switch to two fields) by clicking the icon on the right of the author name
- The last name will now appear in the first position and the first name in the second position (as it should)