gbv / Catmandu-PICA

Catmandu modules for working with PICA+ data
https://metacpan.org/release/Catmandu-PICA
Other
4 stars 4 forks source link

Add Catmandu::Fix::bind::pica_patch #81

Closed nichtich closed 1 year ago

nichtich commented 1 year ago

This should result in a PICA Patch record that modifies 003A$0 and adds 004F$af:

do pica_patch
  pica_set('dc.identifier', '003A$0')
   pica_add('dc.subjects', '004F$af')
end
nichtich commented 1 year ago

Done as pica_diff