Write to file
Description
Write to File writes or appends plain text content to a specified file. Use this process entry when your process needs to create configuration files, write status markers, generate simple text output, or append log entries to an existing file. It supports multiple character encodings and can create the file if it does not exist or append to it if it does.
Configurations
| Field Name | Description |
|---|---|
| Process Entry name | Specify a unique name for the process entry, on the workspace area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name. |
| File: | |
| File name | Enter or browse the filename to write to. |
| Create parent folder | Enable checkbox to create file structure. |
| Append file | Enable checkbox to append to file. |
| Content: | |
| Encoding | Select the character encoding of your text from drop down list. |
| Text | Provide the text to write to file |