Re: [I] [Bug]: Error handling on "Get data from XML" does not work (hop)
hansva closed issue #6554: [Bug]: Error handling on "Get data from XML" does not work URL: https://github.com/apache/hop/issues/6554 -- 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]
Re: [I] [Bug]: Error handling on "Get data from XML" does not work (hop)
hansva commented on issue #6554: URL: https://github.com/apache/hop/issues/6554#issuecomment-4260567147 No example/response, I am also guessing it is an higher level issue than the actual row processing -- 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]
Re: [I] [Bug]: Error handling on "Get data from XML" does not work (hop)
bamaer commented on issue #6554: URL: https://github.com/apache/hop/issues/6554#issuecomment-3889443164 This looks like there's an error in the file structure that is thrown before row processing (and the error handling per row) kicks in. Is the XML result that is returned by your REST API call valid XML? Since you're receiving this as an XML field, we could probably use the input row to throw an error in the error handling hops, but that wouldn't work for similar problems in standalone XML files. -- 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]
