rero / rero-ils

Integrated Library System flavour of Invenio by RERO+.
http://ils.test.rero.ch
GNU Affero General Public License v3.0
73 stars 27 forks source link

Import from the Web : country codes mapping #2883

Closed ThierryClavel closed 1 year ago

ThierryClavel commented 2 years ago

How it works

some country codes (field 008/15-17) may be obsolete in imported MARC records. They are not present in RERO ILS (cf : https://github.com/rero/rero-ils/issues/2881

Improvement suggestion

map the following obsolete codes to updated codes present in RERO ILS To do for MARC21 catalogues (SLSP, LoC, DNB, etc.)

: rero_ils/jsonschemas/common/countries-v0.0.1.json:

-cn Canada (json 633) > xxc (json:1885) -err Estonia (json 737) > er (json 733) -lir Lithuania (json 1057) > li (json 1053) -lvr Latvia (json 1081) > lv (json 1077) -uk United Kingdom (json 1661) > xxk (json:1889) -unr Ukraine (json 1669) > un (json 1665) -us United States (json:1681) > xxu (json:1897) -ur Soviet Union (json 1677) > -xxr (json:1893) -ys Yemen (People's Democratic Republic)(json:1909) > ye (json:1901)

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 6 months with no activity.