Activity «Write to file» can be found in section «Files».
Activity writes text data into file. If the file does not exist, it will be created.
Нажмите на изображение, чтобы увеличить его.
Property; Class; Type; Options; Description
File path; In; String; *; You must specify an existing directory
Encoding; In; String; *; Destination file charset. Should be stated as a string: "utf-8", "unicode", "ASCll" etc.
File contents; In; String; *; String data that should be added to the file.
Option; Description
Write; Overwrite the file's content with the chosen text.
Append; Add the text to the file's content.