Day: December 21, 2012

  • MarcEdit: Validating data from the command-line

    One of the tools that MarcEdit has built-in into it is a light-weight validator.  For a long time, there has been an Easter Egg of sorts that allowed folks to access the validator via the command-line, if they knew the syntax.  It was something that I primarily used for my own purposes and hadn’t expected…

  • MarcEdit API Addition: BatchZ3950SearchEx

    In early December 2012, I added a new API to the MarcEdit API that allowed a single Z39.50 Search to provide the results back as an array of Objects (rather than just a big string dump).  You can read more about that at: https://blog.reeset.net/archives/1133.  I’ve now added the compliment function for the BatchZ39.50 function: BatchZ3950SearchEx. …