Extracting Collections/URLs list to automate Advanced Search
Automation of Advanced Search window
I have just returned to Zotero, after some time away, to experiment with linkage of Zotero to other applications in a development pipeline in my Ubuntu desktop. I am using Zotero to retain a hierarchy of applications documentation links.
I have a hierarchical library of collections / subcollections .. to varying depths in the library collections tree.
All I am looking for is a csv (or other file type) dump of collections, one after the other with associated url's.
In other words two columns ..
[collection or subcollection name] [url]
I have tried export library as csv but cannot see mapping of collection name to url.
Goal:
Looking at Advanced Search the third button shows a list of all collections in library order (just as I'm hoping to export from the library).
I want to automate the Advanced Search window by automation script so that I emulate writing
[Collection ] [ is ] [name of collection - selected from list]
This is contrary to the usual approach of using scripting or extension as I have read here for example.
https://forums.zotero.org/discussion/comment/324748#Comment_324748
I should explain that my thought is to use this local extracted list of url's to configure “on the fly” an Algolia query of documents from a given collection. https://www.algolia.com/
I have just returned to Zotero, after some time away, to experiment with linkage of Zotero to other applications in a development pipeline in my Ubuntu desktop. I am using Zotero to retain a hierarchy of applications documentation links.
I have a hierarchical library of collections / subcollections .. to varying depths in the library collections tree.
All I am looking for is a csv (or other file type) dump of collections, one after the other with associated url's.
In other words two columns ..
[collection or subcollection name] [url]
I have tried export library as csv but cannot see mapping of collection name to url.
Goal:
Looking at Advanced Search the third button shows a list of all collections in library order (just as I'm hoping to export from the library).
I want to automate the Advanced Search window by automation script so that I emulate writing
[Collection ] [ is ] [name of collection - selected from list]
This is contrary to the usual approach of using scripting or extension as I have read here for example.
https://forums.zotero.org/discussion/comment/324748#Comment_324748
I should explain that my thought is to use this local extracted list of url's to configure “on the fly” an Algolia query of documents from a given collection. https://www.algolia.com/
I have Zotero 5.0.76 standalone. I am having to recollect how to apply extensions.
I have built a local library of items (links to remote documents, articles etc.).
I now have Zutilo extension installed.
Can I enable any shortcuts in Zutilo preferences to extract url's from items in a local collection in desktop?
Alternatively (without using Zutilo) how can I dump
(a) list of all collection names (with ID's) from library
(b) list of all URL's (against collection names/ID's)