Mar 10 2006

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 message letting me know that some bytes were not being read correctly.  I looked at it and sure enough, that’s the case.  Fortunately, this problem only affected the split utility because my habit has been to specify character encoding because of the differences when running MarcEdit on Linux under MONO.  Anyway, while I had the source open, I did a little bit of interface work as well.

As always, downloads are available from: MarcEdit50_Setup.exe

–Terry


Mar 9 2006

Metasearch updates

So we continue.  The program is obviously still very basic, but at least its starting to look nice in the various UI testbeds. :)

ui20060309.PNG

–Terry


Mar 7 2006

MarcEdit 5.0 Update (Doh!)

Seems I have to modify my build procedures now that I’ve given a few libraries strong names and placed them in the GAC.  Unlike previously, each component simply used whatever the current library was in the program directory.  Unfortunately, now that the MARCEngine is signed, each component that links to it needs the reference recompiled.  How’d I find this out?  Well, I just got a message that the Z39.50 client stopped working after the last update.  I checked, and this was the problem.  So, I’m in the process of modifiying my build procedure when dealing with the MarcEngine and have uploaded a new version at: MarcEdit50_Setup.exe that corrects the incorrect assembly linking. 

–Terry


Mar 7 2006

OSU’s metasearch development

Ah, finally…I can sit back and rest for a minute.  After a bit of hard work, I’ve finally been able to turn over code to the interface group.   As a test — I pulled together a very quick test interface.

Group Interface (grouped and ranked)
group.PNG

List Interface (ranked)
list.PNG

Very simple — essentially 2 xslt files.  The query works pretty fast (~2-5 seconds when querying 4-7 databases) and makes use of our php-based OpenURL resolver to do linking to coverage data.  At this point, it still looks like we are on track to making this public in April (knock on wood).

–Terry


Mar 3 2006

MarcEdit 5.0 Updated

I posted a new update online.  Small changes only — again, still adding a few more polish to the program.  The two primary changes affect the Extract Selected MARC Records, Delete Selected MARC Records and Export Tab Delimited MARC records.  Moreover, in changing the Export Tab Delimited MARC Records, I had to make a change to the mengine60.dll and the COM MARCEngine.dll (I had to recompile because of the strong named files) to support the new options in the Export Tab Delimited Function.  Anyway, here are the changes:

Extract/Delete Selected Records:

This is a minor change.  One of the special search functions in these tools is a select records by field.  The syntax would be to add: F#: within the search box.  This tells the tool, we are looking for a field.  So if you typed: F#:090 or F#:090$a the program would look for records with a 090 (in the first example) and 090$a in the second example.  However, if you wanted to query on multiple fields, you couldn’t…until now.  After tonights update, you can query for multiple fields by using: F#:090:100:800:440:490.  This will search for records with an 090 or a 100 or an 800 or a 440 or 490.  So it would look something like:

screen2.PNG

Tab Delimited Export Tool:

The second change relates to the Tab Delimited Export tool.  Some folks working with CONTENTdm needed to have a couple of new features.  First, they needed multiple export types (so the program now supports Tab Delimited and CSV).  Second, they needed to have data normalized.  In most cases, there is no need to have the indicator or subfield data when they want an entire MARC field extracted.  So, I’ve added two new features.  First, you can select either a save type of CSV or Tab Delimited.  Second, there is a new option (normalize field data) which will remove the subfield and indicator data from the MARC field.  Anyway, the new window looks like the following:

tabbed20060303.PNG

Miscellaneous:

So, because of the changes, I had to recompile the mengine60 and marcengine.dll files.  The marcengine file is the COM component and the mengine60 is the actual MARCEngine itself.  In testing upgrades, I was somewhat annoyed with the way that Microsoft handles installation into the GAC.  When I overwrite the changed files, Microsoft essentially is installing a new version of the assembly into the GAC for side-by-side installation.  I can see a lot of good reasons to do this, but for my uses, I only want one version of MarcEdit always in the GAC.  I suppose if someone can give me a compelling reason to simply leave older versions in the GAC, I’ll consider it, but at this point, I don’t see a good reason to.  In fact, while I encourage folks building in .NET to use these components, I would hope that when folks are linking references, they are linking to local copies of the assembly to protect from build changes.  Anyway, I modified how the bootloader function works and now it checks before installing the program to see if an older version of the files exists in the GAC and removes them — then runs after installation to reregister and reinstall the new components into the GAC.  Now it works like I want it to.

As always, the program can be downloaded from: MarcEdit50_Setup.exe

–Terry


Mar 2 2006

MarcEdit 5.0 updated

You really won’t notice the change, but I made a few updates to the language files (updating elements) and then have put in a few additional refinements (i.e., saving/reloading elements in the export tab deleted utility [right click on the arguments list to initialize the menu])

As always, the update can be picked up from: MarcEdit50_Setup.exe.

 

–Terry


Mar 2 2006

Happy birthday to me

My wife tried to set of the fire alarms in the house by putting all 29 candles on my cake today.  Hah…not even close.  I’ll need at least 30, I’m sure.  Anyway, 29 years and I’ve still managed to avoid growing up…and thankfully with young kids, I still don’t have to grow up for what, another 8, 9 years…right?

–Terry