Marc Modification Templates
Hi all, I'm looking for a way to add a proxy URL to the front of an existing 856$u using the MARC modification templates. I'm sure it's Regex, I'm just not so good at Regex so if you can provide and example I'd appreciate it and I'll even include it in the manual for all. Nicole
Hi Nicole, I am not sure if that works in 3.16, but you can try the following rule: Copyfield 856$u with 856$u using the regexp s/^/PROXY_URL/ I am sure this works with the improvements I developed on bugs 11319 and 11413 (not in master yet). Regards, Jonathan 2014-07-09 4:27 GMT+02:00 Nicole Engard <nengard@gmail.com>:
Hi all,
I'm looking for a way to add a proxy URL to the front of an existing 856$u using the MARC modification templates. I'm sure it's Regex, I'm just not so good at Regex so if you can provide and example I'd appreciate it and I'll even include it in the manual for all.
Nicole _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
It worked! http://git.koha-community.org/gitweb/?p=kohadocs.git;a=commit;h=501b7e9a1c48... On Fri, Jul 11, 2014 at 12:47 PM, Nicole Engard <nengard@gmail.com> wrote:
On Wed, Jul 9, 2014 at 2:31 AM, Jonathan Druart < jonathan.druart@biblibre.com> wrote:
Copyfield 856$u with 856$u using the regexp s/^/PROXY_URL/
Thanks, I'll try this.
participants (2)
-
Jonathan Druart -
Nicole Engard