Versions Compared

Key

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

...

After these titles and items are in FOLIO their MARCs will need to be re-written with FOLIO 999s and added to the records db table so before loading them into FOLIO they should be added to the folio:marcRecords MySQL table (see Parse) from whence bibLoad.pl should be able to do what needs to be done. So, the trick is going to be to write an /opt/folio/parse/Louisa2folio.pl script to get that job done. Note that Louisa's MARCs do not have 999s - since that is the case , rather than copying data from Louisa:items to folio:itemData it would probably be better to have bibLoad.pl look at Louisa:items where it would other wise parse the 999.easier to use the MARC with 999s that can be found in the marcs db table (where the ckey will be the 001) - question: do I need any of the information that is in Louisa:items?

So, all that Louisa2folio needs to do is map three fields from Louisa:titles to folio:marcRecords:

...