Read Line
Updated: January 15, 2013
Applies To: System Center 2012 - Orchestrator, System Center 2012 SP1 - Orchestrator
The Read Line activity reads lines from a text file. You can use the Read Line activity to read lines from a text file and pass them to another activity using published data.
This activity replaces functionality in the Manage Text File legacy activity from Opalis 6.3.
Configuring the Read Line Activity
Use the following information to configure the Read Line activity.
Details Tab
| Settings | Configuration Instructions | ||
|---|---|---|---|
|
File |
Type the path and name of the file that you want to read the text from, or click the ellipsis button (...) and browse for it. |
||
|
File encoding |
Click the ellipsis button (...) and select the format that the file is encoded in from the File encoding drop-down list. Verify that you select the correct encoding format. If the file uses a different encoding format, the activity fails. |
||
|
Line numbers |
Type the line numbers of the text that you want to read from the file that you specified.
|
Published Data
The following table lists the published data items.
| Item | Description |
|---|---|
|
File name |
The file name of the text file that was read. |
|
File encoding |
The file encoding format that you selected in the File encoding field. |
|
Line text |
The text of the line that was read. |
|
Line number |
The line number of the text that was read. A published data item is created for each line that was read. |
|
Line numbers |
The line number range that the user typed in the field. |
-----
For additional resources, see Information and Support for System Center 2012.
Tip: Use this query to find online documentation in the TechNet Library for System Center 2012. For instructions and examples, see Search the System Center 2012 Documentation Library.
-----

Important