sul-dlss / dor-services-app

A Rails application exposing Digital Object Registry functions as a RESTful HTTP API
https://sul-dlss.github.io/dor-services-app/
Other
3 stars 2 forks source link

Research ruby-marc fidelity in converting FOLIO marc json to marcxml #4342

Closed lwrubel closed 1 year ago

lwrubel commented 1 year ago

This ticket needs to be rewritten to focus on marc data accuracy in conversion, not ruby-marc.

We can get MARC records in JSON format from FOLIO's source records via the source-record-storage-records/{id} API. We currently use the ruby-marc gem for working with MARC records from Symphony.

Does the ruby-marc gem convert FOLIO's marc json into marcxml that is accurate for conversion into Cocina?

One way to approach this is to run the refresh process by hand using marc json from FOLIO and checking whether the Cocina matches what's in SDR.

Ways to get source record storage records for analysis:

@arcadiafalcone: would you provide some example records that demonstrate local practices we need to test?

ndushay commented 1 year ago

Closing in favor of #4348