Read All Lines from Text File
- 18 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Read All Lines from Text File
- Updated on 18 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | File Management |
Similar to the Read Text File step, the Read All Lines from Text File step pulls the contents of a text file as a list of strings for each line in the file. A line in the file is defined by a new line character being used.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
File Name | The name of the file. The path and extension must be included in the name | String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | The contents of the file | List of Strings |
Related Information
Forum Posts:
Was this article helpful?