Read Text File
Description
This activity allows you to read all characters from a specified file and store it in a String variable
Properties
Category | Property | Type | Description |
---|---|---|---|
File | Encoding | In(String) | The encoding type to be used. If no encoding type is specified, the activity will search for the file's Byte Order Marks to detect the encoding. If no Byte Order Marks are detected, the UTF-8 encoding is selected by default. |
File Name | In(String) | The path of the file. If the path is not full, the file is read in the project folder. E.g: "C:\Users\Admin\Desktop\inputfile.xlsx" or “inputfile.xlsx” (for file that created in project folder) | |
Output | Content | Out(String) | The extracted text from the file stored in a string variable. |