Skip to content

Commit

Permalink
Merge c2d9b0e into 6c21631
Browse files Browse the repository at this point in the history
  • Loading branch information
cKlee committed May 2, 2019
2 parents 6c21631 + c2d9b0e commit 423e1ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Catmandu/Fix/marc_map.pm
Original file line number Diff line number Diff line change
Expand Up @@ -139,17 +139,17 @@ Copy the value(s) of the data found at a MARC_PATH to a JSON_PATH.
The MARC_PATH can point to a MARC field. For instance:
marc_path('245',title)
marc_path('020',isbn)
marc_map('245',title)
marc_map('020',isbn)
The MARC_PATH can point to one or more MARC subfields. For instamce:
marc_path('245a',title)
marc_path('245ac',title)
marc_map('245a',title)
marc_map('245ac',title)
You can also use dollar signs to indicate subfields
marc_path('245$a$c',title)
marc_map('245$a$c',title)
Wildcards are allowed in the field names:
Expand Down

0 comments on commit 423e1ed

Please sign in to comment.