The parser will flag dateIdentified as "Identified date unlikely" if the date is provided as partial date.
We do not handle partial dates at the moment but IDENTIFIED_DATE_UNLIKELY is not the right flag, IDENTIFIED_DATE_INVALID would be more appropriate until we add the support for partial date.
The parser will flag
dateIdentified
as "Identified date unlikely" if the date is provided as partial date.We do not handle partial dates at the moment but
IDENTIFIED_DATE_UNLIKELY
is not the right flag,IDENTIFIED_DATE_INVALID
would be more appropriate until we add the support for partial date.