Tagged Questions

MARC is an acronym, used in the field of library science, that stands for MAchine-Readable Cataloging. It provides the protocol by which computers exchange, use, and interpret bibliographic information. Its data elements make up the foundation of most library catalogs used today.

learn more… | top users | synonyms

2
votes
2answers
302 views

Python encoding conversion

I wrote a Python script that processes CSV files with non-ascii characters, encoded in UTF-8. However the encoding of the output is broken. So, from this in the input: "d\xc4\x9bjin hornictv\xc3\xad" ...
1
vote
2answers
337 views

Problem merging similar XML files with XSL

I have two documents that I need to merge, that happen in a way that I don't seem to be able to find covered in other examples. Namely, that it needs to match not only on a node's attribute at one ...
1
vote
2answers
465 views

How can I replace the ISBN with the Google Books ID in a MARC file, using Perl?

I've got a file with some book data in MARC format, of which some lines are ISBNs. I'd like to replace these lines with the Google Books ID of that ISBN, if it exists. Here's the code so far, which ...
0
votes
0answers
25 views

Working with MARC file

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 ...
0
votes
0answers
17 views

KORMARC to MARC21 converter

Does anyone know if there is a free open-source solution to convert KORMARC (Korean MARC) into MARC21 (aka USMARC)?
0
votes
2answers
134 views

converting from access to MARC and back

i have a access files with details about book and i need to take the details and turn them to a marc record and vice versa. how is the best way to do it?