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

improve metadata full name parsing (Edusharing VCard Metadata) #27

Closed ffeyen closed 2 years ago

ffeyen commented 2 years ago

Improve metadata full name parsing and split full name strings into seperated values like title, first name, last name and so on. approach:

  1. use npm package parse-full-name (https://www.npmjs.com/package/parse-full-name)
  2. update metadata fields in /src/edu-sharing/update-metadata.js
ffeyen commented 2 years ago

close #30