[MLZ] Bulk import/edit collection with multilingual fields
Hi there,
I am finally trying to get my Zotero collection into MLZ-shape. This means adding multilingual fields to the collection and I am wondering what the most efficient way to do this would be.
Since the Zotero interface for editing items is rather clunky, I'd prefer to export the collection, do the changes and then re-import. However, after a few experiments it seems that the built-in export formats all ignore the MLZ fields. So what is the recommended way for this kind of task?
I looked around for solution, but did not find any solution so far.
Any help appreciated,
Chris
I am finally trying to get my Zotero collection into MLZ-shape. This means adding multilingual fields to the collection and I am wondering what the most efficient way to do this would be.
Since the Zotero interface for editing items is rather clunky, I'd prefer to export the collection, do the changes and then re-import. However, after a few experiments it seems that the built-in export formats all ignore the MLZ fields. So what is the recommended way for this kind of task?
I looked around for solution, but did not find any solution so far.
Any help appreciated,
Chris
You may be able to do something with Firefox Scratchpad (working with a copy of the library in an alternative Firefox profile for safety); Scratchpad can be used to access Zotero functions programmatically, which may be useful, depending on what your source for multilingual variants is like.
Meanwhile, trying to explore other possibilities (and establish the path of least resistance), I was wondering if going through the API would be a possible venue. I would expect that I have access to all information here, no?
http://www.zotero.org/support/dev/client_coding/javascript_api
Since the server API wasn't meant to be used with MLZ, you'd have to see how well that works and, especially, where/if the multilingual fields are returned.
I also looked at the output of CSL-JSON export, which seems to contain the MLZ stuff as well. Would it be possible to massage that file and feed it back to ML-Zotero?