salsadigitalauorg / merlin-framework

Merlin - migration framework
GNU General Public License v3.0
16 stars 3 forks source link

Allow processors to apply to specific sub-key of result #36

Closed stooit closed 5 years ago

stooit commented 5 years ago

Description Many types split content across multiple keys (e.g link will provide title and link, image provides url, alt, title, etc). At present there is no standard way to apply a processor to a subset of the result (e.g trim alt text to 100 characters)

Proposed solution Standard processor extension to allow a user to specify which sub-component(s) of the result they want it to apply to.