Move data from one field to another

Is it possible with Omeka S to move all the content of a field (let’s say bio:birth) to another field?

It seems to me batch jobs can only delete data of a field, not move it.

If not, it would be very useful to implement this feature. When you have made a mistake in the choice of metadata, it allows to use the correct field and fix it.

That’s an interesting possibility for the batch editor.

It’s not currently an option, though you could programatically do it using the API by just reading out resources, altering them, and pushing back the changed version. This would require some scripting/programming.

Thanks! I hope one day someone will implement this (I don’t have the skills myself).