Execute Data Map Validation Only output

Has anyone created “prettified” output of the error metadata when using the Validate feature of the Execute Data Mapping plugin? PDF or HTML output. I can do this, of course, but would rather not reinvent the wheel if any generous soul is willing to share.

The approach I’m considering is to load the metadata location “GetMeta(validationresult[0], 10, Job.Group[0])” into a Job Info, put that Job Info into a Create File input, then do the JSON/XML conversion to get an XML file, then Open XLST to transform that XML into HTML.

I prefer HTML because this process will be initiated via a web page and the results returned to user’s browser.

I haven’t done it myself, but the approach you are considering is exactly how I would have done it as well.