v1.2 - Workflow Streamlining
Function added such that it is possible to define the default output file path in the input json file itself.
At the root, the following is defined:
"outFile":[
{
"filePath" : "<default file path>",
"defaultAppend" : true
}
]
It is perfectly ok to define any one property, or to not have the "outfile" array.
- Re-released 5 July 2019, 1352