Hi I need to be able to load xml from an external source into the OutputSpec property of the Output Excel Node. The idea is to make this more configurable, perhaps by storing these sheet configurations and loading them dependent on other factors. I tried doing it from a to Input Static Node just to test it out and I keep getting the error:
Error initializing the Output Excel File Node: Exception attempting to validate specification Validated against XSD: ExcelFileOutputSpec.xsd At Line 1, Column 1. Contained Exception: Content is not allowed in prolog.
Is what I am trying to do possible firstly, and if so what I am I doing wrong?
Thanks!