The Report Engine
Turn API results into files usings templates
Last updated
Turn API results into files usings templates
Last updated
The Boomi Console Report Engine takes a well defined JSON input (like a list of components) and renders this using a FreeMarker 2 template into any kind of output file.
Output files will be written to /OutDir
into a file named: <TemplateName>_<TimeStamp>.<templateExtension>
. This ensures unique filenames to not lose any information