Category: MarcEdit
-
MarcEdit 5.0 Update
Couple of Update notes. I fixed a small issue with the 008/006 editing and have been spending a bit of time going through the XSLT processing code to do as much optimization as possible — and I’m happy to report that it looks like some good has come out of these optimizations. Here’s how it…
-
MarcEdit 5.0 Update
I posted an update to MarcEdit tonight. Changes: Bug fix: When moving data from UTF-8 to MARC8, specific subscript characters would be placed into the superscript area. Bug fix: When working with the Console — if you used the commandline parameters — the destination path was being read incorrectly. Added Help files Updated Langauge files…
-
Creating Analytic records from EAD finding aids
While at UVA, I was asked if the MarcEdit stylesheet could be modified to allow for the creation of both Collection, series and analytic records for items in the EAD records. This is just a template and would need to be modified for actual use — but I put this together while on the plane…
-
MarcEdit 5.0 Update
Couple of updates — two bug fixes and 5 cosmetic/behavioral changes that after trying them out, I think will be useful for folks. Bug fixes: Making the same file 2x in a row thows error: This is a timing error within the program. While I cannot recreate the error myself, looking at the error report…
-
MarcEdit Update
A small update. This cleans the installation, optimizes some of the MARC Editing tools in the MarcEditor (particularly the subfield edit utility) and updates the Extract and Delete selected records utility so users can do multiple queries while retaining their last set of checked items. Also, I’ve updated some help information. As always, the program…
-
MarcEdit 5.0 update
Alrighty — I’ve posted a new update to MarcEdit 5.0. And for those wondering — I’m going to be moving the version number to 5.1 by ALA and out of beta the program will come. At this point, we are no longer finding problems in the application — the only holdup has been documentation creation…
-
Metadata Translation Web service
I’m starting to work on a new webservice to run on one of our Unix boxes (thank you MONO). Essentially, I’m looking to create a webservice that will be accessible via a WSDL file. Basically, this will let any pipe files to this webservice and allow them to translate metadata into or out of any…
-
MarcEdit 5.0 update
I made the following changes: Added a status window and ability to cancel processing of the Batch Processing utility. This allows you to see how many files are being processed as well as canceling the processing if you get tired of waiting (it will cancel after the in-process file has completed). In adding the status…
-
MarcEdit 5.0 Update (Batch process updated)
Due to a request by Dan Chudnov in regards batch processing a set of MARC Authority records into MADS — I’ve made a couple of modifications to MarcEdit’s Batch Processing tool. First, I’ve setup MarcEdit so that it now can batch process any file type that is currently defined in the XML functions list. Second,…
-
MarcEdit 5.0 Update
I’ve posted an update to correct a problem in one of the older MARCEngine function. The Split tool was defined to ignore character encoding and simply read bytes using the default windows character encoding, which in .NET 1.1 was codepage 1252. In one of the .NET updates/patches, this behavior has changed. Someone sent me a…