Subject: | |
From: | |
Reply To: | |
Date: | Mon, 15 Jun 2015 13:09:13 -0400 |
Content-Type: | text/plain |
Parts/Attachments: |
|
|
You have a couple different ways you could do it. You certainly could use the replace function using a regular expression like this:
Find: (=856.{4}.*)(\$u[^$]*)(.*)
Replace: $1$2/issues$3
Check the regular expression option
You could also do this using the Edit Subfield Function. The tool has a special mnemonic to append data to a subfield. In this case, it would look like:
Field: 856
Subfield: u
Find: ^e
Replace: /issues
Click Replace Text
The ^e tells the editor to add the data to the end of the specified subfield.
--tr
-----Original Message-----
From: MarcEdit support in technical and instructional matters [mailto:[log in to unmask]] On Behalf Of Miriam Nauenburg
Sent: Monday, June 15, 2015 12:58 PM
To: [log in to unmask]
Subject: [MARCEDIT-L] Adding a word to the end of every 856 field
Hi all,
I need to add the character string "/issues" (without the quotes) to the end of every 856 field in my file. For example, I need to change this:
http://onlinelibrary.wiley.com/journal/10.1111/(ISSN)1540-6261
to this:
http://onlinelibrary.wiley.com/journal/10.1111/(ISSN)1540-6261/issues
The ISSN is different in each URL, so I can't use the Replace function.
How can I update these fields? Any help would be greatly appreciated.
Miriam C. Nauenburg
Serials and Electronic Resources Cataloger Ingram Library University of West Georgia Carrollton, GA 30118
Phone: (678) 839-5327
FAX: (678) 839-6511
________________________________________________________________________
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]
|
|
|