You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addressed concatenating mutlivalued fields to a single value, while this proposes to create multiple fields based on a multivalued value split with numeric notation.
e.g. mods_subject_topic : ['horse','goober','tronic'], would convert to three fields:
The problem here is that these elements grouped under <mods:subject> are cherry picked to other fields, with little ability to relate them at a glance. Ideally, we could generate a new field, concatenating values from others, that would look something like:
We lose the knowledge that Saginaw is geographic, or that 1800-1810 is temporal, but that particular string has value in other contexts, and we could keep those other, further parsed fields as well.
One thought has been to offer a spliting of a field when its values are multivalued (#222). If this were boolean for all, or an array of fields to split, you might get something like:
Addressed concatenating mutlivalued fields to a single value, while this proposes to create multiple fields based on a multivalued value split with numeric notation.
e.g.
mods_subject_topic
:['horse','goober','tronic']
, would convert to three fields:The same could be done by splitting on value string, perhaps.
The text was updated successfully, but these errors were encountered: