CSL-JSON import seems to miss "issued" field
I'm finding that the "import/import from clipboard" processes seem to miss the "issued" field (i.e. publication date) in CSL-JSON format. Is there a way that users can edit Zotero's import filter (or whatever it's called), or is it hard-wired into the software?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
(you can kind of modify the CSL-JSON importer yourself, but it's fairly technical and harder for CSL JSON than for other formats -- it's the file "CSL JSON.js" in the translators folder in the Zotero data directory; but that should really be a moot point)
[{"author":[{"family":"Hall","given":"P.A."},{"family":"Gingerich","given":"D.W."}],"title":"VoC and institutional complementarities in the political economy: An empirical analysis","volume":"39","type":"article-journal","container-title":"British Journal of Political Science","issue":"3","language":"en","year":"2009","page":"449–482"}]
"issued": {
"date-parts": [
[
"2009"
]
]
}
"year" isn't valid CSL-JSON
[{"author":[{"family":"Hall","given":"P.A."},{"family":"Gingerich","given":"D.W."}],"title":"VoC and institutional complementarities in the political economy: An empirical analysis","volume":"39","type":"article-journal","container-title":"British Journal of Political Science","issue":"3","language":"en","issued":"2009","page":"449–482"}]
"issued": {
"raw": [2009]
}
it imports into Zotero just fine. I'll tell the AnyStyle.io dev about it. Thanks again for your help.