Step Details | |
| Introduced in Version | 4.0.0 |
| Last Modified in Version | 7.12.0 |
| Location | Data > Text |
The Write Line step under File Management writes a new line in a file associated with a FastFileWriter object. The step will add the input text as a single line to the file, and entries will be appended at the end of the file. Multiple Write Line steps can use the same FastFileWriter object.
Properties
Inputs
| Property | Description | Data Type |
|---|---|---|
| Fast File Writer | The FastFileWriter object. Note: This must be generated using the Open Fast File Writer Step. | FastFileWriter |
| Text | The string to be added as a new line to the file. | String |

Related Information
Forum Posts: