Closed nichtich closed 1 year ago
Could also be implemented as bind:
do pica_each_local()
# process local record with its item records
end
do pica_each_item()
# process all item record
end
As in Catmandu an "item" means something like data record (Datensatz) I would prefer the PICA terminology: pica_each_copy
Could also be extension of pica_each
, e.g. pica_each('copy')
Implemented on the importer with option 'level' (version 1.13).
Holding records in PICA are aggregated by level 1 fields. There should be a
pica_holdings
method, similar to https://metacpan.org/pod/PICA::Record#holdings-iln.Depends on https://github.com/gbv/PICA-Data/issues/1