pfabrici opened a new issue, #5347: URL: https://github.com/apache/hop/issues/5347
### Apache Hop version? 2.14 ### Java version? OpenJDK 17.0.15 ### Operating system Linux ### What happened? When loading impossible dates like 2025-200-12 or 2025-05-55 ( yyyy-MM-dd ) from a csv file with the "Text file input" transform an unexpected recalculation is applied instead of throwing a load error. 2025-200-12 is recalculated to 2041-08-12 2025-05-55 is recalculated to 2025-06-24 Expected behaviour would be throwing an error like it is done when converting string->date with the select transform. ### Issue Priority Priority: 3 ### Issue Component Component: Transforms -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
