Read Text File to Dataset Activity
The Read Text File to Dataset activity converts the content of a specified text file into a structured dataset. This enables the subsequent processing and manipulation of the file's data within an automation workflow.
| Field | Description | Requirement |
|---|---|---|
| Text name | The reference name of the text file that has been previously opened or created within the workflow. | Required |
| New dataset name | The reference name assigned to the dataset that will be created by this activity. | Required |
Action Types & Examples
Dataset Creation
- Format: Dataset
- Example Result:
fileContentDataset
Implementation Examples
Field Setup - Text name: newText - New dataset name: newDS
Execution Parameters - logActivityDetails: true
Technical Notes
The
New dataset namefield manually assigns a reference name to the dataset created by this activity. This assigned name is crucial for referencing the dataset in subsequent activities that require data manipulation or access.