Perform File Compare
Compares the contents of two files in either text or binary form.
Workflow inputs – Perform File Compare
Call Workflow Input | Description | Required | Default Value |
connection details | XML document conforming to the ConnectionDetails common object that contains the information required to execute a command. | Yes | n/a |
file1 | The path and file name of the first file to be compared. | Yes | n/a |
file2 | The path and file name for the second file to be compared. | Yes | n/a |
binary compare | Compare files as binary files?
Valid values: true, false
| No | false |
case insensitive | Ignore upper/lower case distinctions during comparisons?
Valid values: true, false | No | false |
Workflow outputs – Perform File Compare
Call Workflow Output | Description |
output | XML document consisting of one or more <line> elements that contain the command response. Each <line> element contains an index attribute indicating the order in which the information was returned by the command. |
success | Did the operation succeed?
Valid values: true, false |