Skip to main content

Write Text

Write Text

Writes text to a file.

If the file already exists, the text will be appended to the existing file.

File

The file to write the text to.

Text

The text to write to the file. If left blank the current working file full path will be written.

Outputs

  1. Text written to file

CSV Files

A CSV file will be used if the File extension ends with .csv (case insensitive).

When writing CSV files, all values will be escaped.

Multiple Values

You can separate each variable in the Text field with either a ; or ,.

For example

{file.Name},{ext}

For the file "file.mkv" will output

"file.mkv","mkv"