Required Parameters
- file: The name of the file to read.
Optional Parameters
- encoding: The strategy used to convert the file’s raw bytes into a string. If a standard charset (UTF-8, ASCII, etc) is provided, the operation will decode the supplied bytes using the provided charset. If a binary value such as (BASE64, HEX, etc) is provided, the operation will encode the raw bytes using the provided value. Values for the encoding parameter that are generally supported by most operating systems and JVMs include
UTF-8,ASCII,BASE64,HEX,windows-1252, andISO-8859-2. The default isUTF-8.
Output Attributes
- file:data: The data from the input file.