Dacris.Maestro.Core.XmlToJson Interaction

Converts an XML document to JSON.

Preconditions:

inputFile is the file path to read, outputFile or outputPath are where JSON is written.

Sample State.json Input

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