Write Line
  • 25 Oct 2023
  • 1 Minute to read
  • Dark
    Light

Write Line

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > 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

PropertyDescriptionData Type
Fast File WriterThe FastFileWriter object.
Note: This must be generated using the Open Fast File Writer Step.
FastFileWriter
TextThe string to be added as a new line to the file.String


Related Information

Forum Posts:


Was this article helpful?

What's Next