pkiraly / qa-catalogue

QA catalogue – a metadata quality assessment tool for library catalogue records (MARC, PICA)
GNU General Public License v3.0
76 stars 18 forks source link

add library-specific tags and subfields to the qa catalogue #297

Open zb-saml opened 11 months ago

zb-saml commented 11 months ago
nichtich commented 11 months ago

Shall subfields not validated because listed in ignorableFields still be analyzed in completeness, shown in data view and be indexed for searching?

pkiraly commented 11 months ago

The problem is that sometimes libraries would like to skip $9 subfield from validation. --ignoreFields ignore all subfields, but other subfields should be validated. Completeness and indexing are a different story. We also have another request from Gent adding conditions for the skip, so if some data elements in the record match a pattern, then do or ignore validation of some other data elements, which puts another layer to the same problem.