Dacris.Maestro.Core.ReadStringFromFile Interaction

Reads a string from a file.

Preconditions:

inputFile is the file path to read, outputPath is where it should be saved in the state.

Sample State.json Input

{
  "sampleKey": {
    "inputFile": "folder1/folder2/yourFile.txt",
    "outputPath": "$.yourStateKey"
  }
}