Export tags as a set?
Hi,
I'm working to develop a reasonably stable (though evolvable) set of tags for a collection. The collection is already several hundred items and will grow by 1-2+ orders of magnitude.
I'd like to be able to export a list of all tags in use in the collection at a given time: In practice, all the tags that show in the tag pane when I select the topmost level in the collection. If I had that as exportable text, then I'd be able to sift through and sort them, decide which to keep, which to merge, which to add, etc. The goal is to move toward a core set of tags that I can use, give to research assistants, etc., with a bunch of more specific or idiosyncratic tags that will be more volatile.
I'm not using a grounded approach, although I am somewhat familiar with grounded theory. The point being, I don't want to port the whole thing to NVivo. Just a textual list that I can eyeball would be awesome.
Thanks for any suggestions.
--Nathaniel
I'm working to develop a reasonably stable (though evolvable) set of tags for a collection. The collection is already several hundred items and will grow by 1-2+ orders of magnitude.
I'd like to be able to export a list of all tags in use in the collection at a given time: In practice, all the tags that show in the tag pane when I select the topmost level in the collection. If I had that as exportable text, then I'd be able to sift through and sort them, decide which to keep, which to merge, which to add, etc. The goal is to move toward a core set of tags that I can use, give to research assistants, etc., with a bunch of more specific or idiosyncratic tags that will be more volatile.
I'm not using a grounded approach, although I am somewhat familiar with grounded theory. The point being, I don't want to port the whole thing to NVivo. Just a textual list that I can eyeball would be awesome.
Thanks for any suggestions.
--Nathaniel
The principle is clear—and kind of obvious in retrospect. Many thanks for taking the time to answer.
You could also try to create an export translator based on the relevant Zutilo code, see here. (In the translator, try using
var tempTags = item.tags;
)You folks rock. Zotero rules.