-
I use the "Get data from XML" step to map data from XMLs to a DB. Problem is that I have no control over the incoming XML data and it can happen that the XMLs are broken due to user entry error. Is there any other way to pre-validate the XMLs first or have the step send broken ones to a dummy step instead of erroring out? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
the Get Data From XML transform doesn't support error handling (yet). Until that is implemented, you'll have to fall back to handling pipeline errors in the parent workflow |
Beta Was this translation helpful? Give feedback.
the Get Data From XML transform doesn't support error handling (yet). Until that is implemented, you'll have to fall back to handling pipeline errors in the parent workflow