Pattern fileCreates a file based on a template file. Description Optionally, you may add comments here describing the purpose of this element.
Pattern file Template file. The text of the file can contain variables that will be replaced in the new file. For example, the file can contain the following text.
Name: #name#
Company: #company#
Email: #email#
Destination file The file that will be based on this template.
Variable character You can use characters other than '#' to specify variables in the template. Specify this character here.
$ The template can be like this in that caseName: $name$
Company: $company$
Email: $email$
Output log message If you check this box, the new templated file will be shown.
|