Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

then it fetches a MARC record from Walter's folio::marcRecords db table like so : select marc from marcRecords where instanceId is null limit 1;

next it parses the MARC record and puts whatever data it finds into the relevant JSON string or array - see Mapping mapping bib/item data to FOLIO

since FOLIO associates locations with call numbers and the ILS associated locations with items Walter has to figure how to do that...

...