clarin-dspace icon indicating copy to clipboard operation
clarin-dspace copied to clipboard

Metadata changes

Open kosarko opened this issue 2 years ago • 3 comments

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):

  • [ ] the change of complex field separator (from @@ to ;) as mentioned in https://github.com/ufal/clarin-dspace/pull/1025#discussion_r1104698905
  • [ ] #1048
  • [x] some items will have fields from the metashare schema (see #1035)

kosarko avatar Mar 03 '23 15:03 kosarko

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

milanmajchrak avatar Mar 22 '23 17:03 milanmajchrak

@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 ;?

kosarko avatar Mar 23 '23 13:03 kosarko

@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.

milanmajchrak avatar Mar 23 '23 19:03 milanmajchrak