From | Andreas Savva |
Date | Tue, 10 Jan 2006 09:06:00 +0200 |
Subject | [greenstone-devel] Marc to Dublincore, metadata.xml |
hi everyone. Happy new year. This is what i am trying to do: I have unimarc records as one string in a text file. I want to convert it to dublincore recored as one string in a text file. After this conversion i want to create a metadata.xml file for each record. The purpose for this is to use the import process to add the metadata in a new collection. Questions: 1) how can i convert the unimarc records to dublincore. 2) how can i create the metadata.xml for each record from the dublincore records. note: there is already a CPAN module: MARC-Crosswalk-DublinCore-0.02 that converts a usmarc record to a dublincore. I am thinking to modify it for unimarc. Thank you. |