Subject: | |
From: | |
Reply To: | |
Date: | Mon, 11 Mar 2019 17:25:52 +0000 |
Content-Type: | text/plain |
Parts/Attachments: |
|
|
The first thing I would check is whether the records that aren't changing match the pattern. For instance, your pattern expects imprimé to be followed by a period. Also, it will only work if $a is the first subfield, immediately after the indicators. And imprimé must have the accent mark.
Steve McDonald
[log in to unmask]
-----Original Message-----
From: MarcEdit support in technical and instructional matters <[log in to unmask]> On Behalf Of Jean Pierre Lupien
Sent: Monday, March 11, 2019 12:06 PM
To: [log in to unmask]
Subject: [MARCEDIT-L] Field 020 $z
Hi,
I know I asked for this before, but the solution I had doesn't seem to work anymore.
I need to change the $a for a $z in field 020 if $q is "livre imprimé".
Example :
\\$a9782749262758$qlivre imprimé needs to be changed to \\$z9782749262758$qlivre imprimé
I used to do it with this :
Find: (=020.{5})a(.*imprimé\.)
Replace: $1z$2
Replace all
Check “Use regular expressions”
It doesn't work anymore and I can't figure out the regex...
Thanks for any help,
Jean Pierre Lupien
Technicien en documentation
Collège Montmorency
Bibliothèque - Catalogage
475, boul. de l'Avenir, Laval (Québec) H7N 5H9 [log in to unmask]
450 975-6280
________________________________________________________________________
This message comes to you via MARCEDIT-L, a Listserv(R) list for technical and instructional support in MarcEdit. If you wish to communicate directly with the list owners, write to [log in to unmask] To unsubscribe, send a message "SIGNOFF MARCEDIT-L" to [log in to unmask]
________________________________________________________________________
This message comes to you via MARCEDIT-L, a Listserv(R) list for technical and instructional support in MarcEdit. If you wish to communicate directly with the list owners, write to [log in to unmask] To unsubscribe, send a message "SIGNOFF MARCEDIT-L" to [log in to unmask]
|
|
|