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
3969 documents have an invalid date value. These could be validated with a regex and, if invalid, be substituted with a default/fallback value, say the date of ETL processing.
See e.g.:
[902]: index [resources-alma-fix-20250113-1418], type [resource], id [99373737680006441], message [MapperParsingException[failed to parse [describedBy.resultOf.object.dateCreated]]; nested: IllegalArgumentException[Cannot parse "2019-78-06": Value 78 for monthOfYear must be in the range [1,12]];]
The text was updated successfully, but these errors were encountered:
3969 documents have an invalid
date
value. These could be validated with a regex and, if invalid, be substituted with a default/fallback value, say the date of ETL processing.See e.g.:
The text was updated successfully, but these errors were encountered: