Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can read the text file into a FinalBuilder variable, and also process each line in the OnReadLine event.

Read File

Filename

Specify the name of the text file to read.

Allow reading of files in use by other processes.

Options

Put file contents into variable

Specify this option (and a variable) so that you can examine and manipulate the contents of the file in subsequent actions.

When the action executes, the "OnReadLine" event is called for each line of the text file which makes it easy to process the file line-by-line in script.

Escape any variables

Specify this option to escape any variable references in the source file.

...