Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • title fields can only be 8704 characters (including mixed-content element tags, i believe)....is that right?
  • the following can only be 255 characters (do we need to enforce these requirements, or will the importer still work by truncating the input value?  if the latter, we could raise warnings and/or let the importer add this information to a log file).
    • unitid
    • ead_id
    • ead_location
    • finding_aid_date
    • finding_aid_language
    • finding_aid_revision_date
    • otherlevel attribute
    • extent number
    • dimensions (when not a note) 
    • container value
    • container barcode (don't test for this, though, since they are not importable now, and when they are, the barcode length will be validated by the value set in the configuration file).
  • also need to list out which fields can only be text, and enforce that they don't exceed 65536 characters (or is there a ruby gem that limits this to 65000?).
  • what else?

...