Description
This job entry performs an XSD validation against data in a file or in an input field.
XSD is short for XML Schema Definition. For more information, see here: http://en.wikipedia.org/wiki/XML_Schema_(W3C)
As such, there are 2 entities at work here:
- The XML you want to validate the layout for
- The XSD (Schema) file that describes what the XML file should look like.
See also the XSD Validator step.
Options
| Option | Description |
|---|---|
| Job entry name | The name of the job entry. Note : This name has to be unique in a single job. A job entry can be placed several times on the canvas, however it will be the same job entry. |
| XML File name | The name of the XML file |
| XSD File name | The name of the XSD file |
I was wondering why this job entry doesn't allow for the xml filename input from a parents result stream. I need to dynamically pass this job entry XML files from a parent job, for validation by a static XSD. Is there an alternative job entry?