Read Text File
Reads a given text file.
This activity reads the content of a given text file.
Input
- Filename: - String Argument- RequiredThe full path of the filename that is to be read.
- File Encoding: Input file encoding. The available options are. - utf-8 (default)
 
Settings
- Read As: Specify the input file type. The available options are. - PlainText (default)
- XML
- JSON
 
Output
- Result: - String VariableStores the contents of the read file in a specified String variable.
Last updated
