Summary: | MARC modification templates should allow specification of a position or range within a control field | ||
---|---|---|---|
Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
Component: | Tools | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | aspencatteam, barbara.johnson, bibliwho, caroline.cyr-la-rose, david, ephetteplace, flyingendpaper, helm.consortium, jeanne.mauriello, jrobb, kati.sillgren, lauren_denny, marie-luce.laflamme, mathsabypro, mnero, mspinney, noemie.labine, patrick.robitaille |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21860 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34190 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39909 |
||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Andrew Fuerste-Henry
2021-08-27 18:51:36 UTC
This would be useful. +1 This feature would be a huge plus! This could be great for dealing with publication dates in the 008. Agree, it would be nice to be able to copy a 264$c or 260$c to the proper position of the 008 using MARC modification templates. This would be very useful. I would also like to be able to do this. For example, we have a list of imported VOX books that are coded as a book in the Leader. We catalog them as audiobooks. Rather than editing each one, since there are lot, I wanted to be able use a marc modification template to edit the records. In theory, one should be able to use a regex substitution with capturing groups to specify a position within the control field and change just that one character -- I think I filed this original bug before regex groups were working in biblio modification. However, it looks like Bug 39909 is currently preventing that. (In reply to Andrew Fuerste-Henry from comment #8) > In theory, one should be able to use a regex substitution with capturing > groups to specify a position within the control field and change just that > one character -- I think I filed this original bug before regex groups were > working in biblio modification. However, it looks like Bug 39909 is > currently preventing that. I should clarify, I think a user interface that would allow one to just tell Koha a specific position to look at would still be nice to have, even if we get the regex working properly. |