AFAIK there are serveral ways of doing this:
- go through the exported data and rename the fields. But that needs some 
programming
- if you have the old schema and new schema avail what you could do is to 
a) import first 
b) export the metadata only 
c) rename the columns accordingly
d) reimport the metadata
- do it on DB level using some SQL

I'd think if you don't like to go for programming/scripting or SQL the 
second option is the easiest as it's using built in capabilities.

BR
Maruan 

Ross schrieb am Donnerstag, 23. November 2023 um 10:02:45 UTC+1:

> Hi, 
>
> I want to do a batch import of SAF data that was exported from a previous 
> collection. In my new collection I have moved some metadata fields to other 
> schemas and changed some of the metadata field names.
>
> I am wondering how I can import the SAF data but map the existing metadata 
> to my updated metadata fields ?
>
> Example:
> OLD -> NEW
> dc.field -> mySchema.field
> dc.field2 -> mySchema.field3
>
> Thanks
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/ae46cfce-dadb-4af3-86fc-62019da16afbn%40googlegroups.com.

Reply via email to