2

I'm having a database project for a library. Nearly all the book information in the library is available on the library of congress which provides free downloadable of book records that store in *.mrc file (MARC). I am required to retrieve those records from the MARC file and import to my database. Can anybody provide me a framework that can implement for reading, manipulating, outputting and converting bibliographic records in the MARC format? or else I can at lease convert MARC format to XML format? Notice that I'm using .net plate form to develop my application which are c# and sql server.

Thanks in advanced!

sovantha
  • 259
  • 3
  • 16

2 Answers2

4

There are a few different options listed on the Code4lib wiki's Working with MARC page:

  • CSharpMARC
  • MARCLibrary

There's a third one there that was under development (MARC.NET) but seems to be largely abandoned.

anarchivist
  • 1,387
  • 9
  • 20
-2

MARCEdit also has a library. URL: http://oclc.org/developer/gallery/marcedit.en.html