LibreCat / Catmandu-MARC

Catmandu modules for working with MARC data
https://metacpan.org/release/Catmandu-MARC
Other
8 stars 10 forks source link

Add a marc_sort Fix #94

Closed phochste closed 4 years ago

phochste commented 5 years ago

This Fix will sort all the tags in the MARC record but keep the tags of the same field untouched. E.g.

999 $aABC
100 $aXYZ
005 $a987$b654
245 $aBlala
005 $a321

will become after a sort

005 $a987$b654
005 $a321
100 $aXYZ
245 $aBlala
999 $aABC
jorol commented 4 years ago

Fixed in v1.252