Skip to content

Commit

Permalink
Ensuring it actually maps all the languages passed.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Sep 16, 2024
1 parent 178642e commit 046b695
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions modules/dgi_migrate_foxml_standard_mods/migrations/dgis_nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1489,12 +1489,19 @@ process:
- plugin: multiple_values
- plugin: dgi_migrate.subproperty
property: nodeValue
- plugin: entity_lookup
entity_type: taxonomy_term
bundle_key: vid
bundle: language
value_key: name
ignore_case: true
- plugin: dgi_migrate.sub_process
process_values: true
values:
language_term:
- plugin: dgi_migrate.required_entity_lookup
source: parent_value
entity_type: taxonomy_term
bundle_key: vid
bundle: language
value_key: name
ignore_case: true
- plugin: dgi_migrate.process.single_extract
index: [ language_term ]
_field_record_change_date_single:
- << : *nested_mods_node
query: 'mods:recordChangeDate[not(@point)]'
Expand Down

0 comments on commit 046b695

Please sign in to comment.