Sorting by call number
In Endnote I used the Record Number to name my pdf files. In zotero I exported the Record Number as a Call Number. However, sorting in zotero by call number results in:
1 < 12 < 2 <23
whereas I'd like
1 < 2 < 12 < 23
Any way to solve this other than adding 0's before the numbers?
Thanks
1 < 12 < 2 <23
whereas I'd like
1 < 2 < 12 < 23
Any way to solve this other than adding 0's before the numbers?
Thanks
Same problem here. As the library consists of several thousands of documents, I was hoping that there is another way to fix this than adding 0's manually. Any solution?
Thanks
Using Execute JS in Firefox and the Zotero Javascript API (https://www.zotero.org/support/dev/client_coding/javascript_api), you can batch edit your files.
You can search for files with each each call number and replace the current call number with one with leading zeros. To speed up the process, once you see that the replace function works as you like, you can turn off the alerts and run the function in a loop for each of the remaining values.