virtUOS / edusharing-opencast-importer

This importer harvests episodes (lecture recordings) from Opencast instances and push it as external references to an Edusharing instance.
GNU General Public License v3.0
2 stars 2 forks source link

vCards in edu-sharing not displayed correctly #53

Closed mirjan-hoffmann closed 1 year ago

mirjan-hoffmann commented 1 year ago

Some vCards are not displayed correctly in edu-sharing. The name in edu-sharing is not displayed.

Seems to be a problem, because the vCard that is set by the opencast-importer has explicit values like undefined for non-existent field. See for example

      "ccm:metadatacontributer_creator": [
        "BEGIN:VCARD\r\nVERSION:3.0\r\nFN;CHARSET=UTF-8:Opencastundefined Importer\r\nN;CHARSET=UTF-8:Importer;Opencast;;;\r\nURL;CHARSET=UTF-8:https://github.com/virtUOS/edusharing-opencast-importer\r\nREV:2022-12-13T09:39:21.298Z\r\nEND:VCARD\r\n"
      ],
mirjan-hoffmann commented 1 year ago

vCard_incorrect