pub.report:runFileTemplateOnPipe
WmPublic. Applies a template to the pipeline.
Input Parameters
$template | java.io.File Template file. |
fileEncoding | String Optional. The encoding of the template file. If fileEncoding is not specified, the default file encoding specified in the watt.server.netEncoding server parameter or the system file encoding will be used. Examples: SJIS, ASCII, ISO8859_1. |
Output Parameters
$txt | String Results from applying $template to the pipeline. |
Usage Notes
If a template is not available in a templates directory of any of the packages on the server, you can use this service to pass a File object representing the template file.
Integration Server executes any services in the template file using the credentials of the user who invoked the pub.report:runFileTemplateOnPipe service.