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
Rather than having a single column fixed to Photographer, support column which nests DSV (pht=Marti Friedlander|dpt=Ralph Hotere) inside the CSV.
The migration can then expand this and pass the extracted values as rel_type and target_name to entity_generate for conversion to a target_id.
There are issues with "CSV-in-CSV" but this is a flexible way to extend the existing CSV to support much wider range of relators (without adding a new column and modifying yml for each new rel_type.
Rather than having a single column fixed to Photographer, support column which nests DSV (
pht=Marti Friedlander|dpt=Ralph Hotere
) inside the CSV.The migration can then expand this and pass the extracted values as
rel_type
andtarget_name
toentity_generate
for conversion to atarget_id
.There are issues with "CSV-in-CSV" but this is a flexible way to extend the existing CSV to support much wider range of relators (without adding a new column and modifying yml for each new rel_type.
WIP @ https://github.com/xurizaemon/migrate_islandora_csv/tree/relators
The text was updated successfully, but these errors were encountered: