Support for Validation of Invalid Date Values During Ingestion
Previously, invalid date values (e.g., 00/00/0000) were not flagged as errors while loading into custom tables. Due to lenient parsing, such values were converted to a placeholder date (30-NOV-7294) instead of being logged in the EDD%ERR table.
This issue is now fixed by setting the date parsing property (lenient) to false, enforcing strict validation. Invalid date values are now correctly rejected and moved to the error table.
-
Improves data accuracy and quality
-
Ensures proper error logging
-
Enhances reliability of reporting and analytics
Steps to Enable and Configure
You don't need to do anything to enable this feature.