ufal / clarin-dspace

clarin-dspace digital repository based on DSpace and LINDAT/CLARIN DSpace
http://lindat.cz
BSD 3-Clause "New" or "Revised" License
27 stars 18 forks source link

Metadata changes #1045

Open kosarko opened 1 year ago

kosarko commented 1 year ago

This mainly concerns already existing items and their migration.

The migration path should cover the following (maybe it does, in that case, this is just a reminder and a reference):

milanmajchrak commented 1 year ago

@kosarko Could be the solution to change separator in the crosswalks?

kosarko commented 1 year ago

@kosarko Could be the solution to change separator in the crosswalks?

As one of the steps yes. The other should be replacing all the @@ in the database...

Btw does the v7 implementation sanitize the inputs so they don't contain ;?

milanmajchrak commented 1 year ago

@kosarko Could be the solution to change separator in the crosswalks?

As one of the steps yes. The other should be replacing all the @@ in the database...

Btw does the v7 implementation sanitize the inputs so they don't contain ;?

No, there is not such check for ; in the input. I will consider changing the separator string to @@, maybe it will be faster.