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