[Files] Read
This module reads a single file and provides its contents as an output string parameter. The file must be plain text format, no binary formats are supported. Be aware that the entire contents of the file will be in JobServer memory for a short time, so extremely large files may cause undesired behavior which can result in the job failing.
The parameters are:
| Parameter | I/O | Description |
|---|---|---|
| FilePath | In | The fully qualified path for the file you want to read. Must be a plain text file. |
| TextValue | Out | Text value that represents the contents of the input file. |