Exporting notes with their respective tags
Hello,
i am currently working on a workflow to import data from a Zotero Lib into MAXQTA for analytical work.
As of now, i have a library filled with various books, articles and magazine elements and these also have multiple notes assigned to them. Each of these notes again have multiple keywords assigned and i need them to be exported with each note.
A RIS export would result in the correct N1 tag for my notes, but there seems to be no way of having the keywords per note, as RIS is not supporting that.
So my question is, what possible ways of exporting notes and their related keywords do i have ?
Thanks in advance
Kai
i am currently working on a workflow to import data from a Zotero Lib into MAXQTA for analytical work.
As of now, i have a library filled with various books, articles and magazine elements and these also have multiple notes assigned to them. Each of these notes again have multiple keywords assigned and i need them to be exported with each note.
A RIS export would result in the correct N1 tag for my notes, but there seems to be no way of having the keywords per note, as RIS is not supporting that.
So my question is, what possible ways of exporting notes and their related keywords do i have ?
Thanks in advance
Kai
I have the same requiremente. I need my notes with the corresponding tags for an analysis. I was trying to export in CSV but doesn't appear either.
Do you any progress on that matter?
Thanks,
Karen
Zotero RDF includes them, but it's pretty hard to parse.
| parentItemFirstCreatorLastName | parentItemPublishedYear | noteTitle | noteText |
I followed some of your recommendations [1], downloaded DB Browser for SQLite [2], located and opened my zotero.sqlite, wrote a query involving ~15 tables, executed the query and returned the desired results. Quite a bit of work.
I later found that you guys suggest [3] using the JavaScript API for these sort of purposes. So I'll give that a try.
[1] https://www.zotero.org/support/dev/client_coding/direct_sqlite_database_access
[2] https://sqlitebrowser.org/dl/
[3] https://www.zotero.org/support/dev/client_coding/javascript_api