Skip to content

Commit

Permalink
LOYALIST-58 Add nid
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Jul 11, 2024
1 parent 3e5ddcd commit f2f54b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ source:
plugin: loyalist_item
key: migrate
process:
nid: nid
title:
plugin: callback
callable: trim
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public function fields()
// This maps the field from their name above to a destination field name that is specified in the process section. I generally keep them the same.
$fields = [
'title' => 'title',
'nid' => 'nid',
'field_accompanying_record_value' => 'field_accompanying_record_value',
'issuing_body_name' => 'issuing_body_name',
'subject_heading_name' => 'subject_heading_name',
Expand Down

0 comments on commit f2f54b0

Please sign in to comment.