Translator tutorial?
I would like to start writing an Import translator. Is there, beside the description on the Zotero Page, somewhere a tutorial?
Are the Import translators also used by the Zotero standalone app?
What is the best way to test a translator?
Are the Import translators also used by the Zotero standalone app?
What is the best way to test a translator?
https://groups.google.com/forum/m/#!forum/zotero-dev
https://www.mediawiki.org/wiki/Citoid/Creating_Zotero_translators
If you mean import translators in the technical sense of the word as used by Zotero, i.e. for importing from metadata formats, the best way is to look at existing translators & the Zotero documentation.
Scaffold should just work for import translators in Zotero Standalone (otherwise you can build the newest version from the github repository).
You can obviously ingest via API and if this is just for you, it probably doesn't make a giant difference, but for any other users, using the API will typically require using some sort of script (presumably you'd wrap the API calls in a python script or the like) which in my experience is a pretty big obstacle for regular end-users.