Dacris.Maestro.Core.StringFromTemplate Interaction

Transforms a template string using state.

Preconditions:

template is the string template, format is the format (e.g. csv), outputPath is where result is saved.

Sample State.json Input

{
  "sampleKey": {
    "template": "yourText",
    "outputPath": "$.yourStateKey",
    "format": "your_format"
  }
}