caltechlibrary / datatools

A set of tools for working with JSON, CSV and Excel workbooks
https://caltechlibrary.github.io/datatools
Other
77 stars 10 forks source link

funder field issues with an array #15

Closed rsdoiel closed 1 year ago

rsdoiel commented 1 year ago

Mike has run across a problem with citation2cff. Most of the codemeta.json in the wild treat funder as a single value dict (map) rather than an array. I'm going to switch it back to a map to bring codemeta2cff in alignment with practice.

Mike's example

  "funder": { 
    "@id": "https://ror.org/05dxps055",
    "@type": "Organization",
    "name": "California Institute of Technology Library"
  },
rsdoiel commented 1 year ago

Changed in upcoming release v1.2.3.