I assume these are Magazines or Journals and you are correcting the Metadata and NOT just wanting to transfer to your device with the additional info (Use the template for send to device for that)
In the MDE, there is a MODE pull down: Prepend or append depending on the fields yo have started with
I use REGEX search mode: The capture of the full field would be (.+)
you would use \1 in the replace to place the first capture (in this case, the only capture)
REGEX is confusing to start out, but once you have the basics. There are a few tutorials around MR. Try the wiki
|