edtechhub / zotero-edtechhub

https://github.com/edtechhub/zotero-edtechhub/projects/4
12 stars 3 forks source link

Observation in migration [FYI] #51

Closed bjohas closed 4 years ago

bjohas commented 4 years ago

A couple of issues I noticed using the migration script.

  1. Somehow and only intermittently, a library:key combination

    archiveLocation: 123:ABC

    became

    Extra: EdTechHub.ItemAlsoKnownAs: ABC

    However, this is not important as another "save id" fixes this:

    Extra: EdTechHub.ItemAlsoKnownAs: ABC;123:ABC
  2. It also seems that somehow some archiveLocations were migrated that do not match the regexp, which is odd (but also doesn't really matter, as it's very rarely used anyway). I'll check back with an older version of the library whether any items had another archiveLocation, but it's unimportant.

bjohas commented 4 years ago

Can be resolved.