Search K
Appearance
Appearance
The Read Text From File node reads the contents of a local text file and stores it as a string variable within the workflow for further use in subsequent nodes.
Use this node to import the text content of any accessible file into your workflow data for processing, transformation, or integration with other nodes.
Input | Type | Description |
---|---|---|
Local File | Text | The full local path to the text file to be read. Example: C:\Temp\myfile.txt |
Output Variable Name | Description |
---|---|
FileText | Contains the entire text content read from the specified file. |
Validation:
File Reading:
_fm.ReadTextToString(localFile)
.Output Handling:
FileText
output variable.Local File
input from the task data after processing.Error Handling:
⚠️ Important:
_fm.ReadTextToString
implementation specifies otherwise (please verify in SysFileMethods if necessary).