Previous Next
Opalis Integration Server > Foundation Objects > Text File Management > Append Line

Append Line
The Append Line object appends a line of text into a text file.
Note: This object replaces functionality in the Manage Text File Legacy object. For more information, see the Legacy topic.
How it is used
Use the Append Line object to append lines to a log file to create audits trails of policies.
Configuration
To configure the Append Line object you need to know the name of the file that you want to append to, the file encoding it uses, and the text that you append.
Details Tab
 
File
Type the path and name of the file that you want to append the text to, 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 object fails.
Text
Type the text that you want to append to the file that you specified.
Available Published Data
 
Name
Description
File path
The path and file name of the text file to which the line is appended.
File encoding
The file encoding format that you selected in the File encoding field.
Line text
The text of the line that was appended to the text file.
Line number
The line number where the text was appended.
Common Published Data

Previous Next