ossDataEngineer opened a new issue, #6554: URL: https://github.com/apache/hop/issues/6554
### Apache Hop version? 2.16 ### Java version? 17 ### Operating system Windows ### What happened? We have a use case where REST API sends XML data, which we need to parse and map data to database tables. We use "Get data from XML" to parse the source data, which sometimes gets aborted with errors like org.dom4j.DocumentException: Error on line -1 of document : Premature end of file. The error handling route on the transform does not get activated, preventing the activation of transforms like write to log, etc. to log the actual bad xml data which caused the issue in first place. Expectation: When the error handling route is added on the XML transform and the transform fails, the data should flow through that route and subsequent transforms for error handling should be activated ### 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]
