ArctosDB / arctos

Arctos is a museum collections management system
https://arctos.database.museum
60 stars 13 forks source link

bulk check updates #7956

Closed dustymc closed 1 month ago

dustymc commented 1 month ago
          Can you please look at my records in the bulkloader and note the errors that are not being caught in the prior steps so that we don't have to fix them in the bulkloader stage in the future?

Originally posted by @catherpes in https://github.com/ArctosDB/arctos/issues/7943#issuecomment-2237386569

dustymc commented 1 month ago

@catherpes I see the following, please let me know if you have something else or I'm not interpreting something correctly:

cat_num (51415) is invalid (dup) | 1

This is coming from the checker, I'm not sure what exactly happened but I suspect it was duplicated in the bulkloader where the inital check would not have caught it. I'm not sure what I can do about that, up for ideas.

Error and units, datum, and georeference source and protocol must be accompanied by spatial data. | 2

records have only coordinate_georeference_protocol; will add to check.

Method is required and should explain the verbatim agent`s role. Example: collector. | 29

will add to check

null value in column "identification_order" of relation "identification" violates not-null constraint | 11

will add to check

catherpes commented 1 month ago

That's what I see as well. Thanks. That'll be helpful in the future.