You can (Not tested!) edit metadata in bulk and use search and replace with a regular expression to copy the data.
For instance search for html tags and copy what is between them.
For example:
Search the html field for: <p>(.*)</p>
And replace the text field with: \1
Last edited by Adoby; 11-16-2013 at 08:03 AM.
|