Opened 3 years ago
Closed 3 years ago
#195 closed enhancement (fixed)
BibMatch: support for marc text as input
| Reported by: | jlavik | Owned by: | jlavik |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | BibMatch | Version: | |
| Keywords: | Cc: |
Description
It would be nice to add support for using plain marc text files as input in addition to the current marcXML. BibMatch can be extended to detect the input format and convert marc text to marcxml on-the-fly, in order to be used in matching. This could also work with output, providing marc text as output, if needed.
Currently there is a xmlmarc2textmarc library under BibEdit, and a mirrored version is underway.
Change History (6)
comment:1 Changed 3 years ago by jlavik
- Status changed from new to assigned
comment:2 Changed 3 years ago by jlavik
- Status changed from assigned to in_work
comment:3 Changed 3 years ago by jlavik
- Status changed from in_work to in_merge
comment:4 Changed 3 years ago by jlavik
- Status changed from in_merge to assigned
Quick edit:
Plan to refactor the bugfix to textmarc2xmlmarc utility and to also add try/catch block on stdout reassignment in bibmatch_engine.py to make it a little safer.
comment:5 Changed 3 years ago by jlavik
- Status changed from assigned to in_merge
comment:6 Changed 3 years ago by simko
- Resolution set to fixed
- Status changed from in_merge to closed
Fixed by 1401edeb41adf52930c618e83a0bbb46deb52736.
Note: See
TracTickets for help on using
tickets.

Implemented and tested OK. I also added a quick fix to a bug with textmarc2xmlmarc utility.