| Date | File | Revision | Author | Revision Log |
|---|---|---|---|---|
| 2005/01/01 18:35:23 | 621 | 621 | dpavlin | small tool to compare to files which are produced for swish-e -S prog |
| 2004/06/10 19:20:05 | 336 | 336 | dpavlin | save MFN as field 001 |
| 2004/05/16 22:12:02 | 330 | 330 | dpavlin | various fixes |
| 2004/05/15 20:54:40 | 329 | 329 | dpavlin | don't die on field which can't be parsed (just print warning), corrected subfield order for field 210 |
| 2004/05/15 19:52:01 | 328 | 328 | dpavlin | command line parametars are now working (xml files are at end, so that shell glob will work), misc improvements |
| 2004/05/15 18:54:41 | 327 | 327 | dpavlin | first really working version: support single and repeating fields correctly, output encodings implemented, support for indicators |
| 2004/05/14 17:22:39 | 326 | 326 | dpavlin | fixes, cleanups, you know: on the way to usable version |
| 2004/05/14 16:38:22 | 325 | 325 | dpavlin | first try at converting MODS XML records back to MARC |
| 2004/03/14 12:37:14 | 278 | 278 | dpavlin | moved tests in own directory, added test to demonstrate XML::Simple feature to remove spaces from begin and end attribute value (which is wrong for delimiters as WebPAC uses them) Copied from /trunk/tools/test_charset.pl:277 Copied from /trunk/tools/test_isis.pl:277 Copied from /trunk/test_parse_format.pl:277 |
| 2004/03/05 23:18:30 | 232 | 232 | dpavlin | dump TDB file (e.g. lookup) |
| 2004/02/25 10:49:32 | 230 | 230 | dpavlin | Lot of changes and improvements: - documentation at beginning of script - use XML file for configuration (as opposed to hard-coded values in script) - example XML configuration can be created with ./isis2marc.pl > config.xml - supports unique and non-unique output depending on presence of <key> tag in configuration file |
| 2004/02/23 23:21:43 | 229 | 229 | dpavlin | brown-bag-bug-fix: writing MARC file just once (at end) will save a lot of time |
| 2004/02/23 23:17:17 | 228 | 228 | dpavlin | script which will select just some fields from CDS/ISIS database and insert only unique values in MARC file (useful for creating ad-hoc authority file) |
| 2004/02/01 23:28:27 | 217 | 217 | dpavlin | bugfix and improvements: - debug and quiet switches - skip fields which are too short (just subfield without data) - calculate directory address - calculate base address in leader |
| 2004/02/01 22:18:05 | 216 | 216 | dpavlin | insert empty indicators -- that required to rebuild directory, so I'm also doing some sanity checks (on which programs that import MARC files might fail later) |
| 2004/02/01 20:37:33 | 210 | 210 | dpavlin | more verbose output |
| 2004/02/01 20:35:59 | 209 | 209 | dpavlin | I was using MARC.pm wrong. It duplicated records in output |
| 2004/02/01 15:57:17 | 208 | 208 | dpavlin | Script which will read PhpMyLibrary (http://phpmylibrary.sourceforge.net/) database and dump MARC file for import in webpac |
| 2003/11/29 20:11:07 | 191 | 191 | dpavlin | dump content of gdbm file |
| 2003/11/25 18:28:42 | 179 | 179 | dpavlin | script which will create log of webpac memory and processor usage |