GitHub user hansva added a comment to the discussion: BUG : Apache Hop unable 
to convert strings to date (for DST change 9 Mar 2025 2am to 3am)

Java is quite picky about dates and times, you can't create a date that does 
not exist.

One way to solve this is to add a second hop from your json input and use the 
"error handling" hop type.
This way you can keep your flow from breaking, the error lines will go to 
another stream and you can handle them in a different way to solve the problem. 

GitHub link: 
https://github.com/apache/hop/discussions/5033#discussioncomment-12511468

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to