Dacris.Maestro.Storage.FileMatch Interaction

Compares two files to see if they match.

Preconditions:

file1 has file path of 1st file, file2 has file path of 2nd file

Sample State.json Input

{
  "sampleKey": {
    "file1": "prefix:folder/yourFile.txt",
    "file2": "prefix:folder/yourFile.txt",
    "separator": "yourText",
    "outputPath": "$.yourStateKey",
    "retryTimes": "10",
    "retryDelay": "10"
  },
  "storageLocations": {
    "your_prefix": {
      "systemType": "your_systemType",
      "serverHost": "yourText",
      "user": "yourText",
      "secretKey": "yourStateKey",
      "port": "10"
    }
  },
  "customStorageProviders": {
    "your_systemType": "yourText"
  }
}