Test-Script for umatching Iconclasses #48
Labels
backend
Backend related stuff
etl - transform
Related to the transform step of the etl process
medium priority
Milestone
Reason (Why?)
Some of the iconclasses in the XML source files does not match the iconclasses in the iconlass api.
For example the iconclass 98B(Nero)52 from the XML source file returns null. The correct one would be 98B(Nero)5(+2).
Solution (What?)
Since we can not fix this inside the XML source files, we should instead create a list of all iconclasses which are not correct (i.e. returning
null
). Therefor we can create a small script that runs (independently?) from the ETL process and tries to request all parsed iconclasses from the iconclass api. Every iconclass that returnsnull
should than be written into a list / file.Acceptance criteria
A script tests all iconclasses and outputs a list of all wrong (i.e. returned
null
) entries.The text was updated successfully, but these errors were encountered: