Compares two files to see if they match.
file1 has file path of 1st file, file2 has file path of 2nd file
{ "sampleKey": { "file1": "prefix:folder/yourFile.txt", "file2": "prefix:folder/yourFile.txt", "separator": "yourText", "outputPath": "$.yourStateKey", "retryTimes": "10", "retryDelay": "10" }, "storageLocations": { "your_prefix": { "systemType": "SFTP|Local|CustomValue", "serverHost": "yourText", "user": "yourText", "secretKey": "yourStateKey", "port": "10" } }, "customStorageProviders": { "your_systemType": "yourText" } }