chriseana
About
- Username
- chriseana
- Joined
- Roles
- Member
Comments
-
Thankyou so much! @adamsmith
-
Thanks for the fast reply AdamSmith, I already read the documentation but still don't know how to receive the next 100 items from the API. Can you help me? Warm Regards
-
Please @fbennett , can you share the node.js code with me? I'm trying to do a similar thing Warm regards
-
Thank you so much @adamsmith !
-
Ok. I know that I'll not use SQL queries. But I need to receive all the data. I transfer all this data to another database so I can manipulate it freely. I'm building a software to support qualitative research analysis. I use Zotero to collect the …
-
Hi, Thanks for the answer! Just to see if I understood correctly. I'm using SQL queries like this: Select itemNotes.Title, itemTags.tagID, tags.name, itemNotes.itemID, items.libraryID, itemNotes.parentItemID, collectionItems.collectionID, coll…
-
Thank you @bwiernik
-
The values are directly on the "creators" database now.
-
Hi folks, I have developed a qualitative analysis software founded on Zotero 4.x It's working very well at this moment. I read the Zotero's SQLite tables and organized them in another database to fit my methodological approach. Yesterday I had disco…