Read Textfile to Dataset Activity
The Read Textfile to Dataset activity assigns the entire content of a specified text file to a variable. This enables the automation workflow to access and process the file's data for subsequent operations.
| Field | Description | Requirement |
|---|---|---|
| Text Name | The reference name of the text file that has already been opened or created. | Required |
| Result Variable Name | The name of the variable that will be created to store the file content. | Required |
Action Types & Examples
Text Name
- Format: String
- Example Result: "newText"
Result Variable Name
- Format: String
- Example Result: "newVariable"
Implementation Examples
Field Setup - Text Name: newText
Execution Parameters - Result Variable Name: newVariable
Technical Notes
The activity reads the entire content of the specified text file into the designated result variable. Ensure the referenced text file is accessible and properly closed by any other processes before this activity executes to prevent file access errors. The output variable will store the file's content as a single string.