omeka-s-modules / ExtractMetadata

Extract embedded metadata from files
GNU General Public License v3.0
1 stars 2 forks source link

Documentation: Add more mappers #5

Closed allanaaa closed 2 years ago

allanaaa commented 2 years ago

Re: https://github.com/omeka/omeka-s-enduser/pull/129#discussion_r929200592

https://omeka.org/s/docs/user-manual/modules/extractmetadata/#mappers

Mappers map extracted metadata to resource values. Note that a mapper must be enabled on the module configuration page. This module comes with one mapper, but more can be added depending on your need.

How does a user add more mappers? Can we put an example here?

jimsafley commented 2 years ago

Adding mappers is highly technical, so it would not be appropriate to include in end-user documentation. In such circumstances, developers would create their own in a separate module, using the existing mapper as an example.