You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2020. It is now read-only.
see e.g.
grep Unknown oaitestdata/gbif-eml/testset/xml/54.xml Unknown
Solved for GBIF by adding
[not(text()='Unknown')]
to the xpath of field 'tags' ...
Could be solved in general, i.e. parse all values for 'not allowed values' as 'null', 'Unknown' and let them empty for 'tags' ans map to unique string 'N/A' or similar .... ???
see e.g.
grep Unknown oaitestdata/gbif-eml/testset/xml/54.xml Unknown
Solved for GBIF by adding
[not(text()='Unknown')]
to the xpath of field 'tags' ...
Could be solved in general, i.e. parse all values for 'not allowed values' as 'null', 'Unknown' and let them empty for 'tags' ans map to unique string 'N/A' or similar .... ???