Date values in structured date fields that cannot be parsed output a warning on the row/record, set the given string as the dateDisplayDate value, set scalarValuesComputed to false, and sets dateNote to "date unparseable by batch import processor" to facilitate finding unparsed dates via an advanced search in the UI
Date values in unstructured/plain date fields that cannot be parsed add an error on the row/record. There is no way to retain the original data in these fields, as they require a valid date value in the XML.
Other work includes:
Generally making the date processing code more consistent and DRY
dateDisplayDate
value, setscalarValuesComputed
to false, and setsdateNote
to "date unparseable by batch import processor" to facilitate finding unparsed dates via an advanced search in the UIOther work includes:
resolves #129 and resolves #142