MarcEdit 5.0 updates
I’ve posted an update. Some of the highlights of the change:
- New functions added to the MarcEngine/COM objects that allow for the streaming of text into the MARCEngine for direct translation to MARC. Traditionally, MarcEdit has been a file based tool (i.e., you send it a file and it prints the results to a new file). The streaming functions allow for raw data to be dropped on the engine with raw data being returned. The first of these such functions is a stream function that allows for the processing of MARCXML data. Here’s an example of its use in a vbscript:
const CONVERT_TO_MARC = 1
const DEFAULT = 0
const CONVERT_TO_UTF8 = 2Dim obj_MARC
Dim sMARC
Dim sXMLSet obj_MARC=CreateObject(”MARCEngine5.MARC21″)
Set fso = CreateObject(”scripting.FileSystemObject”)
Set myfile = fso.OpenTextFile(”marcxml.xml”,1, false)
sXML = myfile.ReadAll
myfile.closesMARC = obj_MARC.ReadMARC21XMLStream(sXML, “C:\net_marcedit\C#\MProgram\MarcEdit\bin\Debug\XSLT\MARC21slim2Mnemonic.xsl”, false, CONVERT_TO_MARC)
set myfile = fso.OpenTextFile(”test_a.mrc”, 2, true)
myfile.write(sMARC)
myfile.close()
msgbox “finished”
- MarcEdit interface, I’ve exposed more of the character translation functions and removed a few of the self imposed barriers as to where these translations can be run.
- Lots of work while at OSCON on making changes to support MONO. The gui still isn’t as clean as I’d like, but its running.
- Script Maker changes: I’ve readded the ability to edit scripts generated by the script maker. In order for this to work, you need to generate scripts with this new script maker version.
As always, the tool can be downloaded from: MarcEdit50_Setup.exe.
–TR
No comments yet.
Leave a comment
Categories
- Access 2006
- ALA Midwinter 2007
- ALA Summer 2007
- Book
- C#
- Code4Lib 2007
- Code4Lib2008
- Conferences
- CONTENTdm
- Cycling
- Digital Libraries
- Dspace
- Education
- Family
- General Computing
- Innovative Interfaces
- Java
- LibraryFind
- MarcEdit
- Microsoft
- NWIUG 2006
- OAI
- OCLC
- Open Library
- OSCON 2006
- Patent Stupidity
- Programming
- rails
- Readex 2006
- ruby
- Running
- Simpsons
- Travel
- Uncategorized
- Wii
- Wikipedia
Archive
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005